[jQuery] Re: Checkbox selector not working

2009-04-07 Thread Chandra
Thanks alot guys... that is the problem.. when I removed @, it works just fine. Thanks again Chandra On Apr 7, 2:17 pm, MorningZ wrote: > And to clean up the selector some > > $(":checkbox[name^=ddCommercialTypes_Check]:checked") > > On Apr 7, 11:48 am, Chandra

[jQuery] Checkbox selector not working

2009-04-07 Thread Chandra
}); Here I am getting all the checkboxes checked in that form, instead of checkboxes with the names starting with "ddCommercialTypes_Check". Please let me know what I am doing wrong in that selector statement... Thanks Chandra