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
Message from discussion Validation and AJAX forms
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.