[jQuery] Re: [Validate] plugin fails on Safari

2009-02-23 Thread George
Hi Jörn Many thanks for your suggestion. In fact the problem was an obvious one that lay in the metadata. I had a class name of 'date' in my input field which was obviously clashing. I had totally overlooked that. Many thanks for writing a very flexible plugin. All the best George On Feb

[jQuery] Re: [Validate] plugin fails on Safari

2009-02-18 Thread Jörn Zaefferer
Regular expressions are read to read, can't spot any obvious error with that, especially considering that it fails only in Safari. Here is a custom method for italian dates, not using regex, maybe it helps: jQuery.validator.addMethod( "dateITA", function(value, element) {