$ is not defined [SOLVED]

$ is not defined [SOLVED]

hello - newbie to jQuery here.

I downloaded the latest version of jQuery and have tried to run the Hello, jQuery example found at:

http://docs.jquery.com/Tutorials:Gettin ... ith_jQuery

i am running on iis 5 on a windows machine (XP). I am testing the code in FF3 and IE7.

i am getting the following error:

$ is not defined

i am puzzled as this is a very straightforward example i am trying to run. if anyone can give any advice, i would appreciate it.


UPDATE 10/30/08 - for those who run into the same issue: it appears there was a permissions issue. when i placed the .js file in the same directory as the .html file rather then a sub directory, everything worked ok.