Do you have the jquery.js core file downloaded and
copied into the same folder as your html file?

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of dhall005
Sent: Monday, March 02, 2009 9:18 AM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: cant get jquery to work



the how jquey works tutorial and heres the code:

  <html>
  <head>
    <script type="text/javascript" src="jquery.js"></script>
    <script type="text/javascript">
$(document).ready(function(){
  $("a").click(function(event){
   alert("Thanks for visiting!");)
 });
 $("a").click(function(event){
   event.preventDefault();
   $(this).hide("slow");
 });


 });

    </script>
  </head>
  <body>
     http://jquery.com/ jQuery 

  </body>
  </html>


Rick Faircloth wrote:
> 
> 
> Hi, D...
> 
> What tutorial are you working on?
> 
> Do you have your code on a server where it can be viewed?
> Or at least post your code here so we can view it?
> 
> Rick
> 
>> -----Original Message-----
>> From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
>> Behalf Of DHall
>> Sent: Thursday, February 12, 2009 2:52 PM
>> To: jQuery (English)
>> Subject: [jQuery] cant get jquery to work
>> 
>> 
>> i cant even get the example tutorialson the jquery website to work
>> when i try to use it can somebody help?
> 
> 
> 

-- 
View this message in context:
http://www.nabble.com/cant-get-jquery-to-work-tp21984811s27240p22288929.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.


Reply via email to