[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: html   head     script type=text/javascript src=js/jquery.js/script  script type=text/javascript $(document).ready(function(){    $(a).click(function(){    alert(Thanks for visiting!);  });  

[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

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

2008-08-26 Thread Andy Matthews
: [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't have this extension, get