jquery plugins - Textbox validtion is not working properly -
jquery plugins - Textbox validtion is not working properly -
$("#deletesubscriberform").validate({ ignore: ':disabled', sucess: "valid", rules: { confirmationpwd: { required: true } }, messages: { confirmationpwd: { required: "password required" } } });
here deletesubscriberform id form tag, confirmationpwd out of textbox. have written validation code in document.ready function not working.
jquery-plugins
Comments
Post a Comment