[jQuery] jquery password compare....URGENT HELP!!

[jQuery] jquery password compare....URGENT HELP!!


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"
                }
            }
Here's the docs, but it doesn't mention minlength.
http://docs.jquery.com/Plugins/Validation/Methods/equalTo#other
So I added to it like this:
http://docs.jquery.com/Plugins/Validation/Methods/minlength
Thanks!!