[jQuery] Re: [validate] Ignore maxLength in validated field

2008-12-19 Thread Titus Johnson
That worked like a charm! Thanks much. - Titus Johnson -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Jörn Zaefferer Sent: Thursday, December 18, 2008 4:20 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: [validate] Ignore

[jQuery] Re: [validate] Ignore maxLength in validated field

2008-12-18 Thread Jörn Zaefferer
Try this: delete $.validator.methods.maxlength; That should remove the maxlength-validation method, therefore ignoring the attribute in the markup. Jörn On Thu, Dec 18, 2008 at 12:31 AM, Titus titus.john...@50below.com wrote: I'm using another jQuery plugin (jquery.textCounting.js) to