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 -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -