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 my custom error 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 > } > } > > }); > >