[jQuery] Re: validate works for IE but Not for Firefox, Nor Opera Nor Safari Nor Chrome :S

2009-04-09 Thread Bizzy

Hi yeah i fixed that but still nothing :S so irritating!!!

On Apr 8, 1:07 am, James james.gp@gmail.com wrote:
 Your HTML tags looks inconsistent. Are you using XHTML or not?
 In places you have tags like:
 input type=hidden /
 and you have:
 input type=hidden

 try fixing those up and see if it works.

 On Apr 7, 4:31 am, Bizzy knowledgebor...@gmail.com wrote:

  I'm working on a form, but can't get the validation to work on
  Firefox, it does work on IE though. any suggestions?


[jQuery] Re: validate works for IE but Not for Firefox, Nor Opera Nor Safari Nor Chrome :S

2009-04-07 Thread James

Your HTML tags looks inconsistent. Are you using XHTML or not?
In places you have tags like:
input type=hidden /
and you have:
input type=hidden

try fixing those up and see if it works.

On Apr 7, 4:31 am, Bizzy knowledgebor...@gmail.com wrote:
 I'm working on a form, but can't get the validation to work on
 Firefox, it does work on IE though. any suggestions?