[jQuery] Re: [validate] url checking doesn't allow localhost

2009-02-12 Thread Seb Duggan
Thanks Jörn - sorry, didn't see them... On Feb 12, 5:47 pm, Jörn Zaefferer wrote: > Right. Take a look at the bundled additionalMethods.js, it conains > url2 to is more accurate in terms of the specification, and accepts > localhost etc. > > Jörn > > On Thu, Feb 12, 2

[jQuery] [validate] url checking doesn't allow localhost

2009-02-12 Thread Seb Duggan
The validation rule for URLs seems not to like single-part domain names. For instance: http://localhost/whatever.htm will fail...