<?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>Pi/Pi &#187; dblclick</title>
	<atom:link href="http://www.pioverpi.net/tag/dblclick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pioverpi.net</link>
	<description>...but that&#039;s just one!</description>
	<lastBuildDate>Wed, 07 Jul 2010 02:47:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Passing Parameters to a Function on HTML Events</title>
		<link>http://www.pioverpi.net/2010/02/21/passing-parameters-to-a-fn-on-html-events/</link>
		<comments>http://www.pioverpi.net/2010/02/21/passing-parameters-to-a-fn-on-html-events/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:16:32 +0000</pubDate>
		<dc:creator>jama22</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[click]]></category>
		<category><![CDATA[dblclick]]></category>
		<category><![CDATA[dom]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[onclick]]></category>
		<category><![CDATA[ondblclick]]></category>
		<category><![CDATA[setAttr]]></category>

		<guid isPermaLink="false">http://www.pioverpi.net/?p=1433</guid>
		<description><![CDATA[Let&#8217;s say I have some function foo that needs to be called when some HTML element is clicked: function foo(a, b) { : : : } : i = 100; j = 200; element.setAttribute("onclick", "foo(i, j)"); In the example above, the Javascript interperter will see the line element.setAttribute("onclick", "foo(i, j)"); and automatically figure out that [...]]]></description>
		<wfw:commentRss>http://www.pioverpi.net/2010/02/21/passing-parameters-to-a-fn-on-html-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
