[jQuery] Re: How to modify the url function [validate]

2009-08-05 Thread Fong Chun Chan - IT Coordinator
I just found my post. Sorry please ignore my last reply. Thanks for your help Jorn. I will try it. On Aug 5, 12:20 pm, Fong wrote: > Hi all, > > This post is about the jquery validation plugin.  I am using the url() > method to validate text fields for valid url input.  It works fine, > but I

[jQuery] Re: How to modify the url function [validate]

2009-08-05 Thread Jörn Zaefferer
I recommend to use the url method, than add a custom method (http://docs.jquery.com/Plugins/Validation/Validator/addMethod) that checks your requirement. That way your method can rely on a valid URL. Jörn On Wed, Aug 5, 2009 at 6:18 AM, Fong wrote: > > Hi all, > > This post is in regards to the