Skip to content

Chain to non select inputs

Compare
Choose a tag to compare
@tuupola tuupola released this 12 Sep 12:37
· 50 commits to 2.x since this release

Parent can now be any input. For example text or hidden. If loading has non falsy value clear parameter optional and assumed to be true.

$("#engine").remoteChained({
    parents : "#engine, #model",
    url : "/api/series.json",
    loading : "Loading..."
});