[jQuery] Re: cascade plugin targeted to $(this)

2008-08-20 Thread Mike Nichols
I just updated the demo page at http://dev.chayachronicles.com/jquery/cascade/ At the bottom is an example of siblings being registered that are within containers within a table. The selectors could be cleaned up but it works for now...have a look and let me know how that works for you. One thing

[jQuery] Re: cascade plugin targeted to $(this)

2008-08-20 Thread pervak
Sorry I mean jQuery("div#resort_select select",this).cascade("div#country_sel select",{ and jQuery("div#resort_select select",this).cascade(this,"div#country_sel select",{ On Aug 19, 7:38 pm, Mike Nichols <[EMAIL PROTECTED]> wrote: > what is "div#kurort_select "? > I can't find that in your ma

[jQuery] Re: cascade plugin targeted to $(this)

2008-08-19 Thread Mike Nichols
what is "div#kurort_select "? I can't find that in your markup. On Aug 19, 5:58 am, pervak <[EMAIL PROTECTED]> wrote: > Hi all! > >  I've tried to use cascade plugin from Mike Nichols and everything > goes fine until i need to adjust it for the several dropdowns. > > [code] > > >         >