[jQuery] Re: Problems with radio buttons

2009-04-02 Thread echomrg
On Apr 2, 6:37 pm, "Richard D. Worth" wrote: > Change > > @name= > > to > > name= Thanks! Working perfectly now. Marcello

[jQuery] Re: Problems with radio buttons

2009-04-02 Thread Richard D. Worth
Change @name= to name= The @attribute= syntax was deprecated in jQuery 1.2, removed in 1.3 (see http://docs.jquery.com/Release:jQuery_1.3#Changes ) so your selector is failing. - Richard On Thu, Apr 2, 2009 at 11:19 AM, echomrg wrote: > > Hi all, i'm having a problem reading checked values