[jQuery] Re: Checking/unchecking parent checkbox

2009-09-30 Thread evanbu...@gmail.com
Still didn't work for me. I think I'll take another approach to this. Thanks anyway. On Sep 29, 12:24 pm, Charlie Griefer wrote: > try: > > $(this).siblings('input[type=checkbox]').attr('checked',''); > $(this).siblings('input[type=checkbox]').attr('checked','checked'); > > On Tue, Sep 29, 200

[jQuery] Re: Checking/unchecking parent checkbox

2009-09-29 Thread Charlie Griefer
try: $(this).siblings('input[type=checkbox]').attr('checked',''); $(this).siblings('input[type=checkbox]').attr('checked','checked'); On Tue, Sep 29, 2009 at 6:09 AM, evanbu...@gmail.com wrote: > > Anyone? I've been working on this for hours and can't come up with a > solution. Thanks > > On S

[jQuery] Re: Checking/unchecking parent checkbox

2009-09-29 Thread evanbu...@gmail.com
Anyone? I've been working on this for hours and can't come up with a solution. Thanks On Sep 28, 3:13 pm, "evanbu...@gmail.com" wrote: > I thought this would do it but no luck > > $(this).parents("checkbox:first").attr('checked', false); > > On Sep 28, 2:42 pm, "evanbu...@gmail.com" wrote: >

[jQuery] Re: Checking/unchecking parent checkbox

2009-09-28 Thread evanbu...@gmail.com
I thought this would do it but no luck $(this).parents("checkbox:first").attr('checked', false); On Sep 28, 2:42 pm, "evanbu...@gmail.com" wrote: > Hi > > I've been using jQuery a couple of months and I'm really having a > blast with it but need a little help with this problem. > > I have a ta