If you're certain your path is correct, another possibility may be
that you're calling $ before you've included the jQuery lib. If that
still doesn't do it, I'd take a look at your path again.
On Apr 17, 3:07 pm, dustinl <[EMAIL PROTECTED]> 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?