Including JQuery.js

Including JQuery.js

Hi, I have recently started using JQuery and I'm having a bazaar problem. If I load a JQuery directly into the browser everything works fine, however, if I load the page through the web server, the JQuery.js file doesn't seem to load. I've tested this by changing the local JQuery include for the online Google API's version. Like I say my local JQuery file works just fine when not going through the web browser. I will include some example's.


This always works:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>

This only works when double clicking the html file.
<script src="javascript/jquery-1.4.js" type="text/javascript" charset="utf-8"></script>

General Info:
Apache Version Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8l DAV/2 PHP/5.3.0

System Version: Mac OS X 10.6.2 (10C540)

jQuery JavaScript Library v1.4.1


Thanks,


Lee.