[jQuery] Re: Serious bug in JQuery

2008-12-23 Thread kayode81un...@gmail.com
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

[jQuery] Serious bug in JQuery

2008-12-22 Thread kayode81un...@gmail.com
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

[jQuery] Jquery Validation always not showing correct error message

2008-12-17 Thread kayode81un...@gmail.com
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$/