>I integrated the form plugin. > >I tried the following : >$('[name=othersTransLink]').fieldValue() > >But it return me an empty string. >I do not have to specify the form or something ? >Something is missing.
If you're using a version of jQuery earlier than v1.2, use: $('[EMAIL PROTECTED]').fieldValue() -Dan