javascript - jquery validation position in form -
I have a text box and have been validated to use jquery but verification errors are next to the text box Is being displayed. How to align the verification error to appear in a specific place.
If you use the jquery validate plugin, just add this code
$ ("element") Validate ({errorLabelContainer: $ ("element"), Error class: ".class"});
Comments
Post a Comment