<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: jQuery Click/Double Click</title>
	<atom:link href="http://www.zxcdev.com/2009/05/jquery-click-double-click/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zxcdev.com/2009/05/jquery-click-double-click/</link>
	<description>Enveloped by Code</description>
	<lastBuildDate>Thu, 28 Jul 2011 22:52:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Allan G</title>
		<link>http://www.zxcdev.com/2009/05/jquery-click-double-click/comment-page-1/#comment-216</link>
		<dc:creator>Allan G</dc:creator>
		<pubDate>Mon, 11 Jul 2011 01:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://zxcdev.com/?p=4#comment-216</guid>
		<description>To make this work I had to wrap the timeout in a funtion

			clicktimer = window.setTimeout( function() {
				if(e_click)
				{
					SingleClickAction(thisID);
					clearTimeout(clicktimer);
					clicktimer = null;
				}}, 300);

I also changed the .click and .dblclick events to .live(&#039;click&#039;, function() { etc..</description>
		<content:encoded><![CDATA[<p>To make this work I had to wrap the timeout in a funtion</p>
<p>			clicktimer = window.setTimeout( function() {<br />
				if(e_click)<br />
				{<br />
					SingleClickAction(thisID);<br />
					clearTimeout(clicktimer);<br />
					clicktimer = null;<br />
				}}, 300);</p>
<p>I also changed the .click and .dblclick events to .live(&#8216;click&#8217;, function() { etc..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.zxcdev.com/2009/05/jquery-click-double-click/comment-page-1/#comment-59</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Sun, 05 Dec 2010 07:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://zxcdev.com/?p=4#comment-59</guid>
		<description>If you are attaching it to a button or link you would need to disable the primary event.</description>
		<content:encoded><![CDATA[<p>If you are attaching it to a button or link you would need to disable the primary event.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Thompson</title>
		<link>http://www.zxcdev.com/2009/05/jquery-click-double-click/comment-page-1/#comment-37</link>
		<dc:creator>Dave Thompson</dc:creator>
		<pubDate>Sun, 07 Nov 2010 18:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://zxcdev.com/?p=4#comment-37</guid>
		<description>Didn&#039;t work for me. I had to use onclick=&quot;function();&quot; to have it work properly cross browser.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work for me. I had to use onclick=&#8221;function();&#8221; to have it work properly cross browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onkabetse</title>
		<link>http://www.zxcdev.com/2009/05/jquery-click-double-click/comment-page-1/#comment-32</link>
		<dc:creator>Onkabetse</dc:creator>
		<pubDate>Fri, 17 Sep 2010 16:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://zxcdev.com/?p=4#comment-32</guid>
		<description>Hey, thanks, finally i found something that worked on both chrome, explorer and firefox. Thanks once again.</description>
		<content:encoded><![CDATA[<p>Hey, thanks, finally i found something that worked on both chrome, explorer and firefox. Thanks once again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

