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

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -