[jQuery] Re: Please suggest minimal test of jQuery installation

2008-02-17 Thread RLFitch
Looks like I've finally got it! I have to admit that I'm not sure which of the many changes actually fixed the problem, but I'll take the success at any rate. Thanks for help a newbie. Ransom Fitch

[jQuery] Re: Please suggest minimal test of jQuery installation

2008-02-17 Thread RLFitch
I realize that install is not quite the appropriate word, and it's working fine on the other machines (servers) mentioned. Firebug tells me that the .js file is being used. I was looking for a simple test to confirm that. I believe that the old software (or OS) is not either configured correctl

[jQuery] Re: Please suggest minimal test of jQuery installation

2008-02-17 Thread MorningZ
What are you "installing" on the server? jQuery is simply a js file delivered by HTML and run on the user's browser

[jQuery] Re: Please suggest minimal test of jQuery installation

2008-02-17 Thread MorningZ
btw, maybe use a tool like Fiddler (for IE) or Firebug (for Firefox) to make sure the server is serving .js files as Javascript (it'll say "text/javascript" as the content type in the http headers)... other than that, i couldn't see any different what server it was/is