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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -