Optionally clear child selects
Possibility to clear child selects before making JSON request. You can also optionally set loading text. This helps to avoid confusion with slower remote requests.
$("#engine").remoteChained({
parents : "#engine, #model",
url : "/api/series.json",
clear : true,
loading : "Loading..."
});