$('input[type=radio]') Thanks & Regards, Dhruva Sagar.
On Wed, Dec 9, 2009 at 9:03 PM, laredotorn...@zipmail.com < laredotorn...@zipmail.com> wrote: > Hi, > > I'm trying to access all radio button elements with this expression .. > > var expr = $("element[type='radio']"); > > but the experts among you know this isn't correct. What is the > correct expression? > > Thanks, - Dave >