<?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: Separating jQuery Functions into External Files (without selectors!)</title>
	<atom:link href="http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/</link>
	<description>Usability, Design and Front-Side Programming</description>
	<lastBuildDate>Thu, 02 Feb 2012 00:25:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Blogfreakz Web Design</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-269</link>
		<dc:creator>Blogfreakz Web Design</dc:creator>
		<pubDate>Wed, 25 Jan 2012 08:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-269</guid>
		<description>this is cool thanks for sharing this one it really makes my life easier in coding it I learned a lot from this</description>
		<content:encoded><![CDATA[<p>this is cool thanks for sharing this one it really makes my life easier in coding it I learned a lot from this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tsiou</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-268</link>
		<dc:creator>Tsiou</dc:creator>
		<pubDate>Thu, 19 Jan 2012 14:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-268</guid>
		<description>Thanks a lot! This saved me a lot of time and frustration :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot! This saved me a lot of time and frustration <img src='http://www.latentmotion.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinicius Spader</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-261</link>
		<dc:creator>Vinicius Spader</dc:creator>
		<pubDate>Fri, 06 Jan 2012 00:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-261</guid>
		<description>Good post, but I think is simplier than that (at least is working for me).&lt;br&gt;&lt;br&gt;html file&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;title&gt;HyperStudio Timeline&lt;/title&gt;&lt;br&gt;&lt;script src=&quot;js/jquery-1.3.2.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;06  &lt;script src=&quot;js/tilex.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;br&gt;&lt;br&gt;tilex.js&lt;br&gt;&lt;br&gt;$(&quot;document&quot;).ready(function (){&lt;br&gt;   $(&quot;body&quot;).append(&quot;See? It Works&quot;);&lt;br&gt;});&lt;br&gt;&lt;br&gt;Am I right?</description>
		<content:encoded><![CDATA[<p>Good post, but I think is simplier than that (at least is working for me).</p>
<p>html file</p>
<p>&lt;title&gt;HyperStudio Timeline&lt;/title&gt;<br />&lt;script src=&#8221;js/jquery-1.3.2.min.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;06  &lt;script src=&#8221;js/tilex.js&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;</p>
<p>tilex.js</p>
<p>$(&#8220;document&#8221;).ready(function (){<br />   $(&#8220;body&#8221;).append(&#8220;See? It Works&#8221;);<br />});</p>
<p>Am I right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibergeckos</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-257</link>
		<dc:creator>Ibergeckos</dc:creator>
		<pubDate>Tue, 27 Dec 2011 00:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-257</guid>
		<description>You&#039;re a life saver</description>
		<content:encoded><![CDATA[<p>You&#39;re a life saver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muthu</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-248</link>
		<dc:creator>Muthu</dc:creator>
		<pubDate>Thu, 15 Dec 2011 14:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-248</guid>
		<description>Thank a lot , the post was quite simpler in explaining the stuff without any messy codes around the concept.. ( i was trying for past 1 hour without noticing that the thing&lt;br&gt;&lt;br&gt; src=&quot;js/jquery-1.3.2.min.js&quot;&gt; &lt;br&gt;.. finally changed it to &lt;br&gt;&lt;script src=&quot;http://www.google.com/jsapi&quot;&gt;&lt;/script&gt;	&lt;br&gt;	&lt;script type=&quot;text/javascript&quot;&gt;&lt;br&gt;	google.load(&quot;jquery&quot;, &quot;1.3.2&quot;);&lt;br&gt;&lt;br&gt;  and now it works.. thank you..&lt;/script&gt;</description>
		<content:encoded><![CDATA[<p>Thank a lot , the post was quite simpler in explaining the stuff without any messy codes around the concept.. ( i was trying for past 1 hour without noticing that the thing</p>
<p> src=&#8221;js/jquery-1.3.2.min.js&#8221;&gt; <br />.. finally changed it to <br />&lt;script src=&#8221;http://www.google.com/jsapi&#8221;&gt;&lt;/script&gt;	<br />	&lt;script type=&#8221;text/javascript&#8221;&gt;<br />	google.load(&#8220;jquery&#8221;, &#8220;1.3.2&#8243;);</p>
<p>  and now it works.. thank you..&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cleverson</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-243</link>
		<dc:creator>Cleverson</dc:creator>
		<pubDate>Sun, 11 Dec 2011 07:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-243</guid>
		<description>THANKSSSSSS A LOTTTT</description>
		<content:encoded><![CDATA[<p>THANKSSSSSS A LOTTTT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brett</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-234</link>
		<dc:creator>Brett</dc:creator>
		<pubDate>Sat, 29 Oct 2011 05:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-234</guid>
		<description>I wrote this a long time ago when I was more novice at JS. This is actually a better resource:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://snook.ca/archives/javascript/global_variable&quot; rel=&quot;nofollow&quot;&gt;http://snook.ca/archives/javas...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I wrote this a long time ago when I was more novice at JS. This is actually a better resource:</p>
<p><a href="http://snook.ca/archives/javascript/global_variable" rel="nofollow"></a><a href="http://snook.ca/archives/javas.." rel="nofollow">http://snook.ca/archives/javas..</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kueyiar</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-233</link>
		<dc:creator>Kueyiar</dc:creator>
		<pubDate>Sat, 29 Oct 2011 02:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-233</guid>
		<description>how did you manage to get it to work? I&#039;m going crazy trying to, currently using firefox</description>
		<content:encoded><![CDATA[<p>how did you manage to get it to work? I&#39;m going crazy trying to, currently using firefox</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rockey</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-232</link>
		<dc:creator>Rockey</dc:creator>
		<pubDate>Fri, 28 Oct 2011 18:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-232</guid>
		<description>Hello, this example seems to work for non-IE browser. Does anyone have a workaround for IE ?</description>
		<content:encoded><![CDATA[<p>Hello, this example seems to work for non-IE browser. Does anyone have a workaround for IE ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kueyiar</title>
		<link>http://www.latentmotion.com/separating-jquery-functions-into-external-files-without-selectors/comment-page-1/#comment-231</link>
		<dc:creator>Kueyiar</dc:creator>
		<pubDate>Fri, 28 Oct 2011 10:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.latentmotion.com/?p=336#comment-231</guid>
		<description>hey buddy, how did you get it to work, I&#039;m unable to get it to work</description>
		<content:encoded><![CDATA[<p>hey buddy, how did you get it to work, I&#39;m unable to get it to work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

