get firebug, it will let you step through your code.
 
> From: r...@whitestonemedia.com
> To: jquery-en@googlegroups.com
> Subject: [jQuery] Re: cant get jquery to work
> Date: Mon, 2 Mar 2009 10:38:41 -0500
> 
> 
> on this line:
> 
> alert("Thanks for visiting!");)
> 
> take out the last ")"...it shouldn't be there...
> 
> Rick
> 
> -----Original Message-----
> From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
> Behalf Of dhall005
> Sent: Monday, March 02, 2009 10:29 AM
> To: jquery-en@googlegroups.com
> Subject: [jQuery] Re: cant get jquery to work
> 
> 
> 
> yea
> 
> Rick Faircloth wrote:
> > 
> > 
> > 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-tp21984811s27240p2228892
> > 9.html Sent from the jQuery General Discussion mailing list archive at 
> > Nabble.com.
> > 
> > 
> > 
> > 
> 
> --
> View this message in context:
> http://www.nabble.com/cant-get-jquery-to-work-tp21984811s27240p22290254.html
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.
> 
> 

_________________________________________________________________
View your Twitter and Flickr updates from one place – Learn more!
http://clk.atdmt.com/UKM/go/137984870/direct/01/

Reply via email to