[jQuery] jQuery form handling
I believe that would be this:
$('input[@name="myfield"]')get[0].val();
Where 0 relates to the order of the items?
<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
andy@icglink.com
615.370.1530 x737
--------------//--------->
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com]On
Behalf Of Larry Garfield
Sent: Friday, August 11, 2006 10:35 AM
To: jQuery Discussion.
Subject: Re: [jQuery] jQuery form handling
Hm, spiffy. If I wanted to get an element that didn't have an ID, I
should be able to do that with something like:
$('input[@name="myfield"]').val();
Right? What about multi-value fields like select boxes or radio button
sets?
--
Larry Garfield
On Fri, August 11, 2006 10:25 am, Andy Matthews said: