would this work if I have some fields using the jquery validate plugin
(for masked fields)  and some using the MS required field validator?

Tom

On Jan 10, 1:13 am, "jQuery Lover" <ilovejqu...@gmail.com> wrote:
> 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<tawright...@gmail.com> 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- Hide quoted text -
>
> - Show quoted text -

Reply via email to