Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How to show a alert message or show a div on form submit Reply To: How to show a alert message or show a div on form submit

#171359
shaneisme
Participant

In the docs it gives you a method to know when a form is valid:

http://jqueryvalidation.org/valid

You should be able to modify that to append/show/etc. what you need.