Re: [jQuery] Re: How to gain reference to hyperlink that is clicked

2010-01-05 Thread Charlie Griefer
On Tue, Jan 5, 2010 at 1:10 PM, Scott Sauyet wrote: > On Jan 5, 3:43 pm, Charlie Griefer wrote: > > Within the function triggered by the click event, $(this) or this are > both > > references to the element that triggered the click. > > More precisely, "this" is a reference the to element. "$(t

[jQuery] Re: How to gain reference to hyperlink that is clicked

2010-01-05 Thread Scott Sauyet
On Jan 5, 3:43 pm, Charlie Griefer wrote: > Within the function triggered by the click event, $(this) or this are both > references to the element that triggered the click. More precisely, "this" is a reference the to element. "$(this)" is a reference to a jQuery wrapper object containing only t