I don't think it is correct to call this an attribute, as this implies that you can specify it in the HTML (it is not an allowed attribute in the W3C specification). It should be a cross-browser property of all form elements though.
on 19/05/2008 15:54 Ariel Flesler said:: > No, you're right. Form elements (input, select, textarea, etc) do have > a 'form' attribute. I think it's even cross-browser. > Your code WILL work with the new version (1.2.4) which will be > (hopefully) released soon. > > If you want to verify this will work, you can get it by doing a > checkout: > http://code.google.com/p/jqueryjs/source/checkout > And building it yourself. > > $().attr() will be much more intuitive and reliably (I hope so) from > now on. > > Cheers > > -- > Ariel Flesler > http://flesler.blogspot.com > > On 19 mayo, 10:55, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >> Thanks all, it must be my misunderstanding of the dom. >