<?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"
	>
<channel>
	<title>Comments on: Including js files from within js files</title>
	<atom:link href="http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/</link>
	<description>development in a land far far away...</description>
	<pubDate>Thu, 21 Aug 2008 18:41:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Juwe</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-56902</link>
		<dc:creator>Juwe</dc:creator>
		<pubDate>Thu, 26 Jun 2008 22:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-56902</guid>
		<description>yeah thanks, i added your blog to my feed reader. Greetings from Mexico City. :P

Cheers.</description>
		<content:encoded><![CDATA[<p>yeah thanks, i added your blog to my feed reader. Greetings from Mexico City. <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-56707</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Wed, 25 Jun 2008 21:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-56707</guid>
		<description>Hi Juwe,

Glad it worked out for you! Hello from sunny Australia :)</description>
		<content:encoded><![CDATA[<p>Hi Juwe,</p>
<p>Glad it worked out for you! Hello from sunny Australia <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juwe</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-56672</link>
		<dc:creator>Juwe</dc:creator>
		<pubDate>Wed, 25 Jun 2008 17:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-56672</guid>
		<description>ejem, hehe sorry man, my problem wasn't the loading of the functions, it was the relative location of the js files ;)

i liked your code is a great and simple solution, as we said here in MX: estÃ¡ de guevos :D</description>
		<content:encoded><![CDATA[<p>ejem, hehe sorry man, my problem wasn&#8217;t the loading of the functions, it was the relative location of the js files <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>i liked your code is a great and simple solution, as we said here in MX: estÃ¡ de guevos <img src='http://www.chapter31.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juwe</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-56670</link>
		<dc:creator>Juwe</dc:creator>
		<pubDate>Wed, 25 Jun 2008 17:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-56670</guid>
		<description>Hi there i found your article looking for exactly this, your script is really nice but i had a problem when i tried to use it; the question is: when are you loading the functions include('whatever.js')

If i enter only the script as you show it, didn't happens anything, i tried to put them into another function and load it in the onload event of the body and didn't work again

how do you load them??
Cheers.</description>
		<content:encoded><![CDATA[<p>Hi there i found your article looking for exactly this, your script is really nice but i had a problem when i tried to use it; the question is: when are you loading the functions include(&#8217;whatever.js&#8217;)</p>
<p>If i enter only the script as you show it, didn&#8217;t happens anything, i tried to put them into another function and load it in the onload event of the body and didn&#8217;t work again</p>
<p>how do you load them??<br />
Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James wiseman</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-53601</link>
		<dc:creator>James wiseman</dc:creator>
		<pubDate>Fri, 06 Jun 2008 14:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-53601</guid>
		<description>Good solution, although, out of interest, what would happen if you included two js files that themselves required the same (third) common js file included? 

As far as I can see, you would have to name the 'include' function differently in each js file, and you would end up with the script included twice.</description>
		<content:encoded><![CDATA[<p>Good solution, although, out of interest, what would happen if you included two js files that themselves required the same (third) common js file included? </p>
<p>As far as I can see, you would have to name the &#8216;include&#8217; function differently in each js file, and you would end up with the script included twice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happy</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-53543</link>
		<dc:creator>Happy</dc:creator>
		<pubDate>Fri, 06 Jun 2008 03:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-53543</guid>
		<description>Nice tip, very interesting...</description>
		<content:encoded><![CDATA[<p>Nice tip, very interesting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alyas</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-44181</link>
		<dc:creator>Alyas</dc:creator>
		<pubDate>Thu, 03 Apr 2008 07:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-44181</guid>
		<description>Great!, it helped me out... i was looking for something like this... Thanks.. keep it up</description>
		<content:encoded><![CDATA[<p>Great!, it helped me out&#8230; i was looking for something like this&#8230; Thanks.. keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-43434</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 28 Mar 2008 14:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-43434</guid>
		<description>very nice tip ! was just looking for a solution for this problem .</description>
		<content:encoded><![CDATA[<p>very nice tip ! was just looking for a solution for this problem .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Sharman</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-42711</link>
		<dc:creator>Michael Sharman</dc:creator>
		<pubDate>Fri, 21 Mar 2008 23:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-42711</guid>
		<description>@Garry - Hmm that would be quite a rare scenario I would imagine.

Still, good to know. Thanks for the comment.</description>
		<content:encoded><![CDATA[<p>@Garry - Hmm that would be quite a rare scenario I would imagine.</p>
<p>Still, good to know. Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garry Lindsay</title>
		<link>http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-42682</link>
		<dc:creator>Garry Lindsay</dc:creator>
		<pubDate>Fri, 21 Mar 2008 18:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/12/07/including-js-files-from-within-js-files/#comment-42682</guid>
		<description>Does not work if your page is a frameset ( doing lots of fancy redirection calculations ) and has no head element!</description>
		<content:encoded><![CDATA[<p>Does not work if your page is a frameset ( doing lots of fancy redirection calculations ) and has no head element!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
