Cascade Plugin Demo

View Source to see usage

Simple

Simple Ajax (in ext)

Passes selected value of parent select to url as 'val=', but accepts the full ajax options hash so you can append other data as well

Chained

Update More Than One Child, each with their own datasource

First Option (ext)

Binds to 'loaded.cascade' event and provides opportunity to manipulate

With Longer Timeout (to show indicator)

Using Template Plugin

Cascades into a </div> element and uses the 'loaded.cascade' event to wrap the inner text .

TextBox Cascades Too

Enter 'A','B','C', or 'D' below

You don't have to use a select form. Any form which triggers an 'change' event will work...though obviously there are problems with just using a text box. :) Additionally, you may specify which event triggers the cascade. This text box cascades on its blur event.

Accepts getParentValue for delegating value fetching

Multiselect updates too

Accessing Siblings

Col1 Col2