alechill / livevalidation

Open source javascript library for slick, powerful, and easy client-side validation.
http://livevalidation.com
Other
151 stars 57 forks source link

Prevent loginStatus control in .Net from firing page's validation #13

Open KenBeard opened 11 years ago

KenBeard commented 11 years ago

Typically the loginStatus control doesn't cause validation to fire, however, it appears the valdation is still executing. Is there any way to tell your jquery library to stop validation of a certain control should cause it? For instance, a user is attempting to log out, no reason to make sure they filled out the form correctly.

THANKS!