<?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: Using jQuery on JavaScript objects (Part 1)</title>
	<atom:link href="http://www.mrspeaker.net/2009/10/28/using-jquery-on-javascript-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrspeaker.net/2009/10/28/using-jquery-on-javascript-objects/</link>
	<description>Javascript flâneur, internet flibbertygibbert</description>
	<lastBuildDate>Thu, 26 Jan 2012 09:22:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mr Speaker</title>
		<link>http://www.mrspeaker.net/2009/10/28/using-jquery-on-javascript-objects/comment-page-1/#comment-1519</link>
		<dc:creator>Mr Speaker</dc:creator>
		<pubDate>Sat, 14 Nov 2009 01:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrspeaker.net/?p=1112#comment-1519</guid>
		<description>Nice work Rusco! I&#039;m scared to see where this might possibly lead ;)</description>
		<content:encoded><![CDATA[<p>Nice work Rusco! I&#8217;m scared to see where this might possibly lead ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rusco</title>
		<link>http://www.mrspeaker.net/2009/10/28/using-jquery-on-javascript-objects/comment-page-1/#comment-1498</link>
		<dc:creator>Rusco</dc:creator>
		<pubDate>Fri, 06 Nov 2009 14:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.mrspeaker.net/?p=1112#comment-1498</guid>
		<description>Very useful! I didn&#039;t know this.
I definitely will use the &quot;go&quot; function in my upcoming projects, I just added the &quot;arg&quot; parameter to handle over parameters similar to the standard &quot;apply&quot; function.

Have Fun !
Rusco

$.fn.go = function( funcName, args ){
return this.each(function(){
if( $.isFunction( this[ funcName ] ) ){
this[ funcName ](args);}
});
};</description>
		<content:encoded><![CDATA[<p>Very useful! I didn&#8217;t know this.<br />
I definitely will use the &#8220;go&#8221; function in my upcoming projects, I just added the &#8220;arg&#8221; parameter to handle over parameters similar to the standard &#8220;apply&#8221; function.</p>
<p>Have Fun !<br />
Rusco</p>
<p>$.fn.go = function( funcName, args ){<br />
return this.each(function(){<br />
if( $.isFunction( this[ funcName ] ) ){<br />
this[ funcName ](args);}<br />
});<br />
};</p>
]]></content:encoded>
	</item>
</channel>
</rss>

