[jQuery] Re: Problem with Tutorials:How jQuery Works

2008-08-26 Thread Andy Matthews
ups.com Subject: [jQuery] Re: Problem with Tutorials:How jQuery Works Hi there, First thing to do is make sure the reference to the jquery.js file is correct. That sort of error usually occurs when it can't find the jquery.js file. In Firefox, open the script tab in Firebug (If you don&#

[jQuery] Re: Problem with Tutorials:How jQuery Works

2008-08-26 Thread Karl Swedberg
Hi there, First thing to do is make sure the reference to the jquery.js file is correct. That sort of error usually occurs when it can't find the jquery.js file. In Firefox, open the script tab in Firebug (If you don't have this extension, get it here: http://www.getfirebug.com/ ) and cli

[jQuery] Re: Problem with Tutorials:How jQuery Works

2008-08-26 Thread Mike Alsup
> I'm having a problem running the first simple example in this > tutorial. here is my code: > > >   >     > >   > > $(document).ready(function(){ >    $("a").click(function(){ >    alert("Thanks for visiting!"); >  }); > >  }); >     >   >   >     http://jquery.com/";>jQuery >   >   > > S