Thanks for responding, Josh.
I know it's a lot of code, but I figured the problem might
be related to the other code.
How about this part, does it look correct?
I haven't been using Firebug, but I'll check into it, too.
Rick
<script type="text/javascript">
$.validator.defaults.debug = true;
$().ready(function() {
// validate Mortgage_Calculation_Form on keyup and submit
$("#Mortgage_Calculation_Form").validate({
event: "keyup",
rules: {
Principal: { required: true },
Interest: { required: true },
Years: { required: true },
},
messages: {
Principal: "Please enter the Principal.",
Interest: "Please enter the Interest Rate.",
Years: "Please enter the Years.",
}
});
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Josh Nathanson
Sent: Tuesday, March 06, 2007 2:15 PM
To: jQuery Discussion.
Subject: Re: [jQuery] Need help implementing validation...
Rick,
That's a lot of code for folks to look at. Are you using Firebug for
Firefox? That is very helpful in diagnosing these types of problems.
-- Josh
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/