I'm not sure where you are getting your documentation from, but "@param" is depreciated
this code gives "radio" http://paste.pocoo.org/show/98695/ On Jan 8, 9:47 pm, bob <[email protected]> wrote: > <input type="radio" name="gender" id="f" value="1" />Female > <input type="radio" name="gender" id="m" value="2" />Male > > var type = #('inp...@name=gender]').attr('type'); > > alert(type); > > Why do I get checkbox instead of radio?

