debugging to determine what line
> > of your code is causing the error from jQuery? Have you posted this bug to
> > the jquery bug mailing list?
>
> > andy
>
> > -Original Message-
> > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
I have a page that when loaded, it gets a javascript error. It occurs
in jquery-1.2.6.js on line 662 on this line:
var id = elem[ expando ];
It says elem is undefined. This occurs in IE and FF. This only
occurs on this specific page. It is an aspx page. Thanks
My Jquery validator refuses to show the correct error message but
rather the default error message every time the validation fails.
I am doing 3 things.
First
$.validator.addMethod("regexValidator0", function(value) {
return /^\(?\b([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]
{4})\b$/
3 matches
Mail list logo