<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>frontendbook.com &#187; thickbox</title>
	<atom:link href="http://frontendbook.com/tag/thickbox/feed" rel="self" type="application/rss+xml" />
	<link>http://frontendbook.com</link>
	<description>In depth analysis on Web Development, User Experience and Web 2.0</description>
	<lastBuildDate>Mon, 12 Jul 2010 18:42:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-beta2</generator>
		<item>
		<title>jQuery, Thickbox and Google Analytics</title>
		<link>http://frontendbook.com/google-analyticsgajs-jquery-thickbox-and-stats</link>
		<comments>http://frontendbook.com/google-analyticsgajs-jquery-thickbox-and-stats#comments</comments>
		<pubDate>Thu, 20 Dec 2007 11:12:07 +0000</pubDate>
		<dc:creator>mattias</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[thickbox]]></category>

		<guid isPermaLink="false">http://hising.net/blog/google-analyticsgajs-jquery-thickbox-and-stats</guid>
		<description><![CDATA[Today I had to find some way to track the links within a page using Google Analytics, jQuery and Thickbox. With the new ga.js it is pretty straight forward: [sourcecode language='javascript'] $(function(){ if(typeof(pageTracker) != &#8216;undefined&#8217;) { $(&#8216;a.thickbox, area.thickbox, input.thickbox&#8217;) .click( &#8230; <a href="http://frontendbook.com/google-analyticsgajs-jquery-thickbox-and-stats">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://frontendbook.com/jquery-plugin-for-using-default-value-as-label' rel='bookmark' title='Permanent Link: jQuery Plugin for using default value as label'>jQuery Plugin for using default value as label</a></li>
<li><a href='http://frontendbook.com/thickbox-20-released-featuring-gallery-functionality' rel='bookmark' title='Permanent Link: Thickbox 2.0 released featuring gallery functionality'>Thickbox 2.0 released featuring gallery functionality</a></li>
<li><a href='http://frontendbook.com/rewrite-and-log-links-with-jquery' rel='bookmark' title='Permanent Link: Rewrite and log links with jQuery'>Rewrite and log links with jQuery</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!--:en-->Today I had to find some way to track the links within a page using Google Analytics, jQuery and Thickbox. With the <a href="http://analytics.blogspot.com/2007/12/announcing-new-graphing-tools-gajs.html">new ga.js</a> it is pretty straight forward:</p>
<p>[sourcecode language='javascript']<br />
$(function(){<br />
	if(typeof(pageTracker) != &#8216;undefined&#8217;) {<br />
		$(&#8216;a.thickbox, area.thickbox, input.thickbox&#8217;)<br />
			.click(<br />
				function(){<br />
					pageTracker._trackPageview(<br />
						$(this).attr(&#8216;href&#8217;)<br />
					);<br />
				}<br />
			);<br />
		}<br />
	}<br />
);<br />
[/sourcecode]<!--:--></p>
<img src="http://frontendbook.com/wp3/?ak_action=api_record_view&id=84&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://frontendbook.com/jquery-plugin-for-using-default-value-as-label' rel='bookmark' title='Permanent Link: jQuery Plugin for using default value as label'>jQuery Plugin for using default value as label</a></li>
<li><a href='http://frontendbook.com/thickbox-20-released-featuring-gallery-functionality' rel='bookmark' title='Permanent Link: Thickbox 2.0 released featuring gallery functionality'>Thickbox 2.0 released featuring gallery functionality</a></li>
<li><a href='http://frontendbook.com/rewrite-and-log-links-with-jquery' rel='bookmark' title='Permanent Link: Rewrite and log links with jQuery'>Rewrite and log links with jQuery</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://frontendbook.com/google-analyticsgajs-jquery-thickbox-and-stats/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
