[jQuery] Re: Plugins/Validation/validate is there a way to add css class to wrapper option?

2009-06-12 Thread Jörn Zaefferer
wrapper: li class='error' would work in one place (where the wrapper is created), but not in another, where the same option is used as a selector. Could you file an issue for thise? http://plugins.jquery.com/node/add/project-issue/validate Jörn On Fri, Jun 12, 2009 at 7:51 AM, Gauthier

[jQuery] Re: Plugins/Validation/validate is there a way to add css class to wrapper option?

2009-06-12 Thread Gauthier Segay
Jörn, thanks for your answer I tried your tip and it seems to work showing the items right at first sight. There is one flaw nonetheless, when the item is revoved, the wrapper element is leave present in it's container About the ticket, I just created one as you proposed:

[jQuery] Re: Plugins/Validation

2008-06-10 Thread Roger Theriault
Thanks! That will save me and a bunch of folks some headaches! Roger On Jun 9, 5:39 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: This is now fixed in the latest revision, which references jQuery at load-time and as no dependency at runtime:http://dev.jquery.com/view/trunk/plugins/validate/

[jQuery] Re: Plugins/Validation

2008-06-09 Thread Jörn Zaefferer
This is now fixed in the latest revision, which references jQuery at load-time and as no dependency at runtime: http://dev.jquery.com/view/trunk/plugins/validate/ Jörn On Sun, Jun 8, 2008 at 5:10 PM, roger [EMAIL PROTECTED] wrote: I've just been trying out the Validation plugin, and in the