[jQuery] Re: [validate] Specifying custom highlight/unhighlight methods

2008-06-09 Thread Jörn Zaefferer
Thanks for reporting. This actually was a regression caused by http://dev.jquery.com/ticket/2215 Its now fixed in trunk and I've updated the tests to cover this. Should now work fine in FF, IE and Safari. Opera still has a few issue, most likely related to changes in jQuery 1.2.6, I'm working on

[jQuery] Re: [validate] Specifying custom highlight/unhighlight methods

2008-06-09 Thread kapowaz
On Jun 6, 4:32 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > The latest release has a bug where unhighlight is called whenever > validating an element, instead of only when the valid-state changed. > This is fixed in the latest revision, please give that a > try:http://dev.jquery.com/view/t

[jQuery] Re: [validate] Specifying custom highlight/unhighlight methods

2008-06-06 Thread Jörn Zaefferer
The latest release has a bug where unhighlight is called whenever validating an element, instead of only when the valid-state changed. This is fixed in the latest revision, please give that a try: http://dev.jquery.com/view/trunk/plugins/validate/ Let me know if that helps. Jörn On Fri, Jun 6,