On Apr 17, 2008, at 2:07 PM, dustinl wrote:
>
> I get this error in the Firefox error console: "$ is not defined" and
> it points me to line
>
> $(document).ready( function() {
>
> I have the most up to date jQuery and I am pointing it to the correct
> location but I can't figure out why I get this error.  Anybody else
> experience this?

That seems to indicate that the page isn't correctly loading jQuery.  
Are you sure you're correctly pointing the the jquery file? You also  
have to include the jquery file BEFORE using $(document).ready(). If  
you can put an example page online, I'm sure someone here will figure  
the problem out.

--dave

Reply via email to