Hi, On 3/6/07, Jake McGraw <[EMAIL PROTECTED]> wrote: > Then you could use this: > > > $(function(){ > > $("a").click(function(){ > > $.get($(this).attr("title")); > > return true; > > }); > > }); > > and have your anchors look like this: > > <a href="whateverURL" title="trackingURL">Text here</a> > > Function passed to click() scope "this" to the current element, in your case > an anchor.
Sweet, thanks! Yoav _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/