[jQuery] Re: Serious bug in JQuery

2008-12-23 Thread kayode81un...@gmail.com
I figured it out. I was using the validation framework and erroneously tried to add validation rules to a instead of an . Stepping through the code, I saw that it was asking for the element.form, and the spans don't have that property defined. Thanks On Dec 22, 6:33 pm, donb wrote: > I would

[jQuery] Re: Serious bug in JQuery

2008-12-22 Thread donb
I would guess you've passed a parameter to a function, but done so incorrectly. For example writing xyz(bar) when you should have written .xyz( {foo: bar} ) On Dec 22, 5:25 pm, "Andy Matthews" wrote: > Care to share some code? Have you done your debugging to determine what line > of your code

[jQuery] Re: Serious bug in JQuery

2008-12-22 Thread Andy Matthews
Care to share some code? Have you done your 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 Behalf Of

[jQuery] Re: Serious bug in JQuery

2008-12-22 Thread Michael Geary
Sorry, but no one would be able to tell what might be wrong from that description. In most cases, a bug like this is an error in how you're calling a jQuery function. If you use Firebug and have it break on all errors, you can look at the stack trace and see what call you made that triggered the