when i try it using my code i get the default error messages when i
remove mine i still get the default error messages, seems like it just
decides to ignore my custom errors for some reason.

On Mar 10, 6:24 pm, James <james.gp....@gmail.com> wrote:
> It looks okay. If you remove all your messages, does your default
> messages display? If not, something else is the issue.
>
> On Mar 10, 2:51 am, Jaggi <jaggi_2...@hotmail.com> wrote:
>
> > been bashing my head with this one all day and can't seem to get it to
> > display mycustomerror messages, any help would be great.
>
> > $("#offer").validate({
> >         messages: {
> >                 seasons: {
> >                         required: 'Please select at least one season',
> >                         minlength: 'test'
> >                 }
> >         },
> >         rules: {
> >                 /* Seasons */
> >                 seasons: {
> >                         required: true,
> >                         minlength: 1
> >                 }
> >         }
>
> > });

Reply via email to