Hi,
I have a simple link in my HTML page that I want to track when users
click on. I thought this would be pretty simple, like so:
<a href="destinationUrl" onClick="$.get('trackingUrl'); return
true;">Destination</a>
When I run the above code, I get no errors, but trackingUrl doesn't
get hit. There's no record of a request to trackingUrl in my web
server access log. How come?
The URL I'm using for trackingUrl is of the form
/foo/bar.png?name=value -- is that a problem? Must the URL be
absolute, including the http:// and host name?
Thank you,
Yoav
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/