[jQuery] Re: cant get jquery to work

2009-03-02 Thread Rick Faircloth
March 02, 2009 10:46 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: cant get jquery to work thanks it works now Rick Faircloth wrote: > > > on this line: > > alert("Thanks for visiting!");) > > take out the last ")"...it shoul

[jQuery] Re: cant get jquery to work

2009-03-02 Thread dhall005
m [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 t

[jQuery] Re: cant get jquery to work

2009-03-02 Thread Joseph Le Brech
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 visi

[jQuery] Re: cant get jquery to work

2009-03-02 Thread Rick Faircloth
query-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 [mail

[jQuery] Re: cant get jquery to work

2009-03-02 Thread dhall005
t: 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: > > > > > > $(document).ready(function(){ > $("a").click(

[jQuery] Re: cant get jquery to work

2009-03-02 Thread Rick Faircloth
: [jQuery] Re: cant get jquery to work the how jquey works tutorial and heres the code: $(document).ready(function(){ $("a").click(function(event){ alert("Thanks for visiting!");) }); $("a").click(function(event){ event.preventDe

[jQuery] Re: cant get jquery to work

2009-03-02 Thread dhall005
the how jquey works tutorial and heres the code: $(document).ready(function(){ $("a").click(function(event){ alert("Thanks for visiting!");) }); $("a").click(function(event){ event.preventDefault(); $(this).hide("slow"); }); }); http://jquery.com

[jQuery] Re: cant get jquery to work

2009-02-13 Thread EugeneS
so you need any sample about how to work with the Jquery ? can you provide more details ? On Feb 12, 9:51 pm, DHall wrote: > i cant even get the example tutorialson the jquery website to work > when i try to use it can somebody help?

[jQuery] Re: cant get jquery to work

2009-02-12 Thread Rick Faircloth
* one I've ever seen operate this way...) Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of James > Sent: Thursday, February 12, 2009 6:08 PM > To: jQuery (English) > Subject: [jQuery] Re: cant get jquery to

[jQuery] Re: cant get jquery to work

2009-02-12 Thread James
Do we really need 3 people to tell pretty much the same thing? :p On Feb 12, 1:06 pm, "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 > > > -Or

[jQuery] Re: cant get jquery to work

2009-02-12 Thread Rick Faircloth
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: Thursda

[jQuery] Re: cant get jquery to work

2009-02-12 Thread Michael Lawson
What are you trying to do exactly, then maybe I can help? cheers Michael Lawson Content Tools Developer, Global Solutions, ibm.com Phone: 1-919-517-1568 Tieline: 255-1568 E-mail: mjlaw...@us.ibm.com 'Examine my teachings critically, as a gold assayer would test gold. If you find they make se

[jQuery] Re: cant get jquery to work

2009-02-12 Thread James
Yes, somebody can help. But you're going to have to post your code for us to help. On Feb 12, 9:51 am, DHall wrote: > i cant even get the example tutorialson the jquery website to work > when i try to use it can somebody help?