[jQuery] Re: validate - error in IE6

2008-11-25 Thread gnix
Thanks for noticing that. I made those changes but the error messages keep coming. On Nov 24, 6:21 pm, DumpsterDoggy [EMAIL PROTECTED] wrote: I didn't notice at first, but also, your input tags aren't closed properly either: Should be: input class=mls_textSmall type=text name=txtZip

[jQuery] Re: validate - error in IE6

2008-11-25 Thread gnix
Actually, I found the problem. Apparently it was an encoding issue. My page uses UTF-8 encoding which messes up the validation plugin. Instead, this is what the experts recommend: --- @Greg: Thanks for investigating this. I guess the trouble is this: jquery.validate.js is encoded as

[jQuery] Re: validate - error in IE6

2008-11-24 Thread DumpsterDoggy
Your META tag isn't closed properly so this is probably your starting point for investigation. Make sure your page validates before you start to dig into the JavaScript. On Nov 24, 7:21 pm, jquery_newbie [EMAIL PROTECTED] wrote: I am trying to run my page with the Validator code but on loading

[jQuery] Re: validate - error in IE6

2008-11-24 Thread DumpsterDoggy
I didn't notice at first, but also, your input tags aren't closed properly either: Should be: input class=mls_textSmall type=text name=txtZip id=txtZip value= / On Nov 24, 8:19 pm, DumpsterDoggy [EMAIL PROTECTED] wrote: Your META tag isn't closed properly so this is probably your starting