Can anyone see what's wrong with this:
The behavior that is happening is that it does validate and
compare..but DOESN'T CHECK FOR LENGTH.
Password: {required: true, minlength: 6},
retypePassword: {
equalTo: "#Password"
IntendToParticipate: "required"
},
On Jul 31, 3:08 pm, Leonardo K wrote:
> This problem occurs when a comma is missing. Post your entire code of the
> validation.
>
> On Fri, Jul 31, 2009 at 16:00, PictureMan wrote:
>
> > Wh
IntendToParticipate: "required"
},
On Jul 31, 3:08 pm, Leonardo K wrote:
> This problem occurs when a comma is missing. Post your entire code of the
> validation.
>
> On Fri, Jul 31, 2009 at 16:00, PictureMan wrote:
>
> > Wh
When I add this rule to a page with the other rules, my page stops
validating.
Works fine if I don't add it.
What this is for is a check box next to a input box. IF the check box
is checked, the field is mandatory.
OtherCruiseLine: {
required: function(element) {
return $("input
I belive it should be like this: (added messages for you if you
arean't using them)
$('#myform').validate({
rules: {
score_1 : {required: true},
score_2 : {required: true},
score_3 : {required: true}
}
messages: {
score_1 : "Required message here
Hi, I've searched the group but haven't found a working solution.
I'm using this plugin for form validation:
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
It works great in FF, but not in IE!!! What can I do to fix? There's
too much code to post online. But I can tell you about
6 matches
Mail list logo