evels = $('input[name="Level"]:checked + label'); Should do it for you.
On Oct 27, 7:13 pm, shapper <[EMAIL PROTECTED]> wrote: > Hello, > > I have the following: > > levels = $('input:checked + label'). ... > > Can I select only the inputs checked but which name is "Level"? > > Thanks, > Miguel