[jQuery] Re: Cascade plugin help

2009-05-17 Thread Mike Nichols
sorry for the late reply, but you need to fire cascade manually at the end of the delegate and you can simplify your options, though I'd consider using $.data for this kind of thing: var defaultOpts = { ajax: {url: ‘otherData.js' }, template: commonTemplate, match: commonMa

[jQuery] Re: Cascade plugin help

2009-04-17 Thread Chrisw
I forgot to say what my issue is. It dose load anything if I remove the if statments it works fine. On Apr 17, 11:50 am, Chrisw wrote: > I am new to jquery and I need to make a form that allows a user to > select a state and a city that they go to school in. I am using > thecascadejuqery plug-i