[jQuery] validate

[jQuery] validate


Hi Jörn / people
I am using the jquery.validate.js (1.4 version) for a web
application. For the submission of a webpage which has widgets in it.
My issue is that with IE (6 and 7) my form is getting submitted even
after the jquery validations fail. For example if I enter a wrong
value for the url class. Although I can see the message (in red) to
enter a valid url value, still when I click on save button to submit
the form, it gets submitted. However, this behavior is not seen with
FF browser. I FF, the focus goes to the error line (with invalid url
value), instead of a form submit.
Could you please help regarding this unwanted form submission with
IE browser ? Thanks in advance
Regards