[jQuery] Re: jquery-validate issues with IE

2009-03-12 Thread phred78
Anyone? :-) On Mar 11, 1:18 pm, phred78 wrote: > Hi, > > I have been looking for an answer, but for the love of God, can't find > any solution. > I have the validator working perfectly on FF and Safari, but can't get > it to work on IE. It's giving me a serious headache, but I'm sure I'm > missi

[jQuery] Re: jquery validate issues with IE

2009-03-11 Thread James
What if you split your messages up? messages: { name: { required: "Namen eintragen" } email: { required: "Eine gültige Email-Adresse eintragen", email: "Invalid email format"