[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 wrote: > > > > > Hi Guys > > > I

[jQuery] Re: Checkbox selector not working

2009-04-07 Thread MorningZ
And to clean up the selector some $(":checkbox[name^=ddCommercialTypes_Check]:checked") On Apr 7, 11:48 am, Chandra wrote: > Hi Guys > > I am new to jQuery... > > I am trying to get all the checkboxes checked in the form > > $("inp...@name^=ddcommercialtypes_check][type='checkbox'] > [checked

[jQuery] Re: Checkbox selector not working

2009-04-07 Thread Charlie Griefer
On Tue, Apr 7, 2009 at 8:48 AM, Chandra wrote: > > Hi Guys > > I am new to jQuery... > > I am trying to get all the checkboxes checked in the form > > $("inp...@name^=ddcommercialtypes_check][type='checkbox'] > [checked='true']").each(function() { >checkedBoxes1 += "," + $(thi