fyi - using jquery.validate.js version 1.5.2

On Sep 22, 3:39 pm, chief7 <chi...@gmail.com> wrote:
> looks like this issue is caused by the name of the input.  the name is
> "orders[5].elements[2].Value" which an attribute selector won't find
> (ie. $("input[for=orders[5].elements[2].Value]")), but if the name is
> "elements[2].Value" it works fine.
>
> the 'for' attribute selector is used on line 630 of jquery.validate.js
>
> On Sep 22, 7:32 am, chief7 <chi...@gmail.com> wrote:
>
>
>
> > the validation error message isn't removed/hidden after i fix an
> > invalid input.  If I make the input invalid again another error
> > message is appended below the first error message.
>
> > error messages are added/removed appropriately on all other pages.
> > this problem is only occurring on one page.- Hide quoted text -
>
> - Show quoted text -

Reply via email to