[jQuery] Re: [validate] URL validation failing on a valid URL.

2008-04-08 Thread Jörn Zaefferer
js schrieb: You are right. Further tests show that it's only an issue in Safari 2.0.4. It works fine in Safari 3+, Firefox 2+, IE6+. Is Safari 2 in the list of supported browsers for jquery.validate? I never tested anything on Safari 2 and don't plan to change that. Assuming that Safari 2

[jQuery] Re: [validate] URL validation failing on a valid URL.

2008-04-07 Thread js
You are right. Further tests show that it's only an issue in Safari 2.0.4. It works fine in Safari 3+, Firefox 2+, IE6+. Is Safari 2 in the list of supported browsers for jquery.validate? On Apr 7, 3:18 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > js schrieb: > > > Is there a reason why URL

[jQuery] Re: [validate] URL validation failing on a valid URL.

2008-04-07 Thread js
Ahh you are probably right. So is this a bug with jquery.validate.js, or is tickets.com at fault for not using valid URLs? That URL certainly works from any browser. -j On Apr 7, 2:45 pm, "Josh Nathanson" <[EMAIL PROTECTED]> wrote: > Just a guess, but probably because there is no ".html" or ".

[jQuery] Re: [validate] URL validation failing on a valid URL.

2008-04-07 Thread Jörn Zaefferer
js schrieb: Is there a reason why URL validation is failing on the following URL? http://purchase.tickets.com/buy/TicketPurchase?organ_val=22031&perfcode=BD0608&perfsubcode=2008 It works fine on any other URLs I've tried. My jQuery code looks like this: jQuery(document).ready(function($){

[jQuery] Re: [validate] URL validation failing on a valid URL.

2008-04-07 Thread Josh Nathanson
Just a guess, but probably because there is no ".html" or ".jsp" or whatever before the query string. -- Josh - Original Message - From: "js" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Monday, April 07, 2008 2:28 PM Subject: [jQuery] [validate] URL validation failing on a val