Awesome. Glad it helped.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Behalf Of Jason Huck
Sent: Thursday, August 24, 2006 10:08 AM
To: discuss@jquery.com
Subject: Re: [jQuery] f has no properties
Andy Matthews wrote:
>
> Try removing references to
Andy Matthews wrote:
>
> Try removing references to other javascript code and start from there.
> It's
> likely that something else is overwriting jQuery code.
>
Another snippet was returning an empty $(document).ready() within an AJAX
response (left over from a earlier misguided attempt to re
30 AM
To: discuss@jquery.com
Subject: [jQuery] f has no properties
I have some simple jquery code that works fine in standalone tests, but
errors when integrated into a larger project. I have noticed in the larger
project, FireBug reports "f has no properties" on line 14 of the main j
I have some simple jquery code that works fine in standalone tests, but
errors when integrated into a larger project. I have noticed in the larger
project, FireBug reports "f has no properties" on line 14 of the main jquery
lib. Even though my standalone test calls the exact same copy (and it
does