You probably binding your validators to ALL input[type=submit] or to some class (Ex: .submit)
If so give your selector a scope $('.submit-button',
document.forms[0]).bind()...
jQuery HowTo Resource - http://jquery-howto.blogspot.com
On Thu, Jan 8, 2009 at 9:31 PM, tawright915 <[email protected]> wrote:
>
> When I click the close button on my modal message box it causes the
> required field validators to fire on my form. Is there a way to stop
> this from happening?
>
> Tom

