According to http://docs.jquery.com/Plugins/Validation the “form” tag is necessary in order to do validation. In my case I don’t have form tag. How can I validate(required field) my textbox on click of “button” type control
According to http://docs.jquery.com/Plugins/Validation the form tag is necessary in order to do validation. In
Share
Why not just add a form tag? If it’s an input, then it should normally be part of a form.