Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Validation and AJAX forms
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Steffan A. Cline  
View profile  
 More options Mar 23 2010, 1:54 am
From: "Steffan A. Cline" <stef...@hldns.com>
Date: Mon, 22 Mar 2010 22:54:32 -0700
Local: Tues, Mar 23 2010 1:54 am
Subject: Validation and AJAX forms
I'm tinkering with the jquery forms plugin with the validation plugin. I'm
able to do some simple validations but I have some BIG forms that are loaded
dynamically. I want to use the addClassRules() with the ajax but am unsure
how to do it.

Currently I have a multi tab form. The first tab is simple.

$('#form-step1').validate({    rules: { loantype: "required" },
                             messages: { loantype: "You must select a loan
type." },
                             errorLabelContainer: "#form1-error",
                            submitHandler: function(form) {
                                            //$(form).ajaxSubmit();
                                            nextTab();
                                            }
                            });

BUT on the second tab I have another form but its far longer. How would I
set it up to use the ajax like above AND the addClassRules?

Within this form, I have some other radio dials which will use .load() to
include additional data based on options so using the class would work well.

Any suggestions are appreciated!

Thanks

Steffan

---------------------------------------------------------------
T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
Steffan A. Cline  
Stef...@ExecuChoice.net                             Phoenix, Az
http://www.ExecuChoice.net                                  USA
AIM : SteffanC          ICQ : 57234309
YAHOO : Steffan_Cline   MSN : stef...@hldns.com
GOOGLE: Steffan.Cline             Lasso Partner Alliance Member
---------------------------------------------------------------


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steffan A. Cline  
View profile  
 More options Mar 23 2010, 12:44 pm
From: "Steffan A. Cline" <stef...@hldns.com>
Date: Tue, 23 Mar 2010 09:44:30 -0700
Local: Tues, Mar 23 2010 12:44 pm
Subject: Re: [jQuery] Validation and AJAX forms
I've still not gone anywhere with this. Any suggestions?

Thanks

Steffan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »