Thank you Dan, this looks good.
Still wondering, if form field access shouldn't be part of the core.
(I need it more frequently than all these slideUpBlendFadeToggle
effects ;-)
Martin
On Jun 12, 9:16 am, mar10 <[EMAIL PROTECTED]> wrote:
> Hi,
>
> what would you consider the 'best practice' to
My favorite way to get form input values and validate them is by using the
each() method.
Here's an example:
$(function()
{
$('#myForm input[type=text]').each(function()
{
switch (this.name)
{
case 'first_name':
// validate the first name input field here
At the risk of slightly drifting the subject of this thread, I took a
look at the demos for the Field plugin:
http://www.pengoworks.com/workshop/jquery/field/field.plugin.htm#examples
Does anyone know if I can use it to select all of the form fields
inside a specific div? IE:
Martin,
Check out the Field plug-in:
http://jquery.com/plugins/project/field
This provides the type of functionality you're looking for (of providing
form values back for any type of field.)
-Dan
>-Original Message-
>From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
>Behal
4 matches
Mail list logo