jquery validation javascript -


$(document).ready( function(){     $("#form1").validate(     {         rules:         {             email:             { // compound rule                 required: true,                 email: true             },             password: "required",             verify: {                 equalto: "#password"             }                }     }); }); 

can pls tell me on script have error. ie8+ie7 says have error. driving me bananas:-)

you best bet install google chrome web browser, navigate webpage , press ctrl+shift+j open javascript console: lie so:

alt text


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -