[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

[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

[jQuery] Re: not works on IE

2009-03-12 Thread ggerri
Hi sorry only had time for quick look and it seems that you have a css problem rather than a jquery one. try to remove the lables with the error messages. make a div (Messagebox) above or below the form and write your error messages to this box. regards Gerald Mediacom87 wrote: Hi,

[jQuery] Re: not works on IE

2009-03-12 Thread Leonardo K
Try to remove the comma after the rules and the comma in the last rule. rules { //your rules Dont_Cadres: required, this comma }, this comma On Thu, Mar 12, 2009 at 07:29, Mediacom87 tanguy.jacq...@gmail.com wrote: Hi, i've a pb to do working the valdation plugin on IE. My form

[jQuery] Re: not works on IE

2009-03-12 Thread Tanguy JACQUET
Thanks a lot for answered about IE. It's fix and seems ok. But i don't understand what you said about CSS probleme and i don't know how to implemente the message box. 2009/3/12 ggerri gerald.ressm...@ewz.ch Hi sorry only had time for quick look and it seems that you also have a css

[jQuery] Re: not works on IE

2009-03-12 Thread ggerri
Happy that it works now. about the css, open your site with ff3 and click the button and your layout gets messed up (see pic). http://www.nabble.com/file/p22476904/ffcss.jpg just insert a div id='errorBox'/div above your form. on submit, call you validation checks and if there happens to be

[jQuery] Re: not works on IE

2009-03-12 Thread ggerri
cool its working now for you. i still get the error in IE6 though... check out http://dev.jquery.com/ticket/3821 you might want to write directly to http://bassistance.de/jquery-plugins/jquery-plugin-validation/ maybe your special characters in messages_fr.js like numéro de carte de crédit