[jQuery] Re: remove radio buttom

2009-03-16 Thread Chris Hall
Doh Thanks so much for bringing that to my attention. I must have looked at that a million times and was convinced the issue was elsewhere. On Mar 16, 9:12 am, Paul Mills wrote: > Hi Chris, > Your .empty() refers to .gloves_wear  - but the class on the is > wear_gloves ! > > Otherwise cod

[jQuery] Re: remove radio buttom

2009-03-16 Thread Paul Mills
Hi Chris, Your .empty() refers to .gloves_wear - but the class on the is wear_gloves ! Otherwise code looks OK. Paul On Mar 16, 2:59 am, Chris Hall wrote: > I'm trying to remove radio buttons under a specific circumstance, but > I'm not having much luck. > > Here are the appropriate snippets: