Extending Jquery validate to show/hide div or clear div after validate is ran
Posted
by Shawn
on Stack Overflow
See other posts from Stack Overflow
or by Shawn
Published on 2010-04-25T06:57:07Z
Indexed on
2010/04/25
7:03 UTC
Read the original article
Hit count: 489
jQuery
|jquery-validate
Right now i have all of my errors outputting to a div. Id like to catch the validate event and clear the div right before its ran of my old errors. Then id like to show/hide that div based on if it has any labels in it that were auto generated by the jquery validation plugin. I can do everything but figure out how to extend the event, run the stuff i need to, then call the validate function. Thanks!
© Stack Overflow or respective owner