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){
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
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
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.
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
5 matches
Mail list logo