[jQuery] Re: monitoring multiple elements

2009-05-27 Thread Macsig
Hello James, thanks for your reply: it works just fine !!! Have a nice day! Sig On May 27, 6:16 pm, James wrote: > Sure can: > $("[id^=drop_]").change(...); > > http://docs.jquery.com/Selectors > > On May 27, 3:11 pm, macsig wrote: > > > Hello all, > > I create dynamically some drop-down m

[jQuery] Re: monitoring multiple elements

2009-05-27 Thread James
Sure can: $("[id^=drop_]").change(...); http://docs.jquery.com/Selectors On May 27, 3:11 pm, macsig wrote: > Hello all, > I create dynamically some drop-down menus, all of them have an id = > "drop_N" where N is a progressive. > So If I have 3 (this number can change at every request) menus th