Listing posts tagged "javascript"
Want to keep up with posts on "javascript"? Subscribe to the "javascript" rss feed.
Converting links to popups using javascript
Published on 07. January 2008 in . 2 comments.I was asked today how I would go about looping through an html page and attach an onclick event for all links with a certain class. So I decided to make an example and po...
Tracking all outgoing links with Google Analytics
Published on 15. April 2007 in . 36 comments.I wanted to try and find a way to track all of the outgoing links on my blog, without haven to modify the html of the link. What I found was that using javascript listeners would probably be the best solution. Actually this technique can be u...
