[jQuery] Re: error $ not defined

2008-09-03 Thread Chris
You got it. here you go. the file is located in c:/inetpub/wwwroot/domain and the jquery file is located in c:/inetpub/wwwroot/domain/js/jquery-1.2.6.min.js $(function(){ $("a").click(function(event){

[jQuery] Re: error $ not defined

2008-09-02 Thread Chris
I found this to be the trouble I am having - however it is localized to only my development server (localhost in this case) Using firebug I have confirmed that the jquery.js script is not being found when I load the page via localhost/domain/jquerytest.htm. However all the other js files are loa

[jQuery] Re: error $ not defined

2008-09-02 Thread Michael Geary
glish) > Subject: [jQuery] Re: error $ not defined > > > I found this to be the trouble I am having - however it is > localized to only my development server (localhost in this case) > > Using firebug I have confirmed that the jquery.js script is > not being f

[jQuery] Re: error $ not defined

2008-08-20 Thread larksys
I finally got all the locations corrected. No errors. But no output either. I'm going to read the documentation again. I'm feeling pretty stupid just now.

[jQuery] Re: error $ not defined

2008-08-20 Thread Karl Swedberg
This error appears when the core jQuery fie is not included, either because there is no script tag with a src attribute pointing to it or because the src attribute is pointing to the wrong place. It can also appear when you include scripts that use jQuery before you include the core jQuery