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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

jsp - Google line chart x-axis shrinks on transition -

java - Reaching JTextField in a DocumentListener -