You need to include jquery.cascade.ext.js included in the distro
On Jun 5, 10:16 pm, kranthi <kranthi...@gmail.com> wrote: > most possible reason is ui.cascadeis not defined by the time u call > the above line of code. If ui.cascadeis defined in an external js > file (sorry i never used this plugin) then the file must have been > included after calling this line of code. > > other possibility being... > you are using frames/iframes. the above code is in the child while the > js file is included in the parent.