From http://docs.jquery.com/DOM/Traversing/Selectors
Get the input field's value with the name of 'bar': $("[EMAIL PROTECTED]").val(); --Erik On 6/27/07, Yansky <[EMAIL PROTECTED]> wrote:
How would I use the document.getElementsByName() selector method in jQuery?