<?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 Include</title>
	<atom:link href="http://www.gnucitizen.org/blog/jquery-include/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnucitizen.org/blog/jquery-include/</link>
	<description>Information Security Think Tank</description>
	<pubDate>Tue, 06 Jan 2009 12:56:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: balex</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-123950</link>
		<dc:creator>balex</dc:creator>
		<pubDate>Tue, 07 Oct 2008 13:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-123950</guid>
		<description>It is realy hard to debug when one application use more and more jquery components.
Please insert this line (42) for another programmers:

&lt;pre&gt;&lt;code&gt;if (this.readyState == 'loaded' &#124;&#124; this.readyState == 'complete')&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>It is realy hard to debug when one application use more and more jquery components.<br />
Please insert this line (42) for another programmers:</p>
<pre><code>if (this.readyState == 'loaded' || this.readyState == 'complete')</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-123220</link>
		<dc:creator>saurabh</dc:creator>
		<pubDate>Thu, 07 Aug 2008 15:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-123220</guid>
		<description>Big problem in printing the polylines in firefox.</description>
		<content:encoded><![CDATA[<p>Big problem in printing the polylines in firefox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selim</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-123051</link>
		<dc:creator>selim</dc:creator>
		<pubDate>Tue, 22 Jul 2008 13:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-123051</guid>
		<description>If you want that run in Internet Explorer, the property readyState is loaded and not complete.</description>
		<content:encoded><![CDATA[<p>If you want that run in Internet Explorer, the property readyState is loaded and not complete.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wiz</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-112476</link>
		<dc:creator>wiz</dc:creator>
		<pubDate>Sun, 10 Feb 2008 06:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-112476</guid>
		<description>&lt;code&gt;var test = 10;&lt;/code&gt; in a file test.js &lt;code&gt;$include("test.js");&lt;/code&gt; in another file &lt;code&gt;alert(test)&lt;/code&gt; didn't work on IE6</description>
		<content:encoded><![CDATA[<p><code>var test = 10;</code> in a file test.js <code>$include("test.js");</code> in another file <code>alert(test)</code> didn&#8217;t work on IE6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why crawling doesn&#8217;t matter &#124; tssci security</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-80298</link>
		<dc:creator>Why crawling doesn&#8217;t matter &#124; tssci security</dc:creator>
		<pubDate>Sun, 02 Dec 2007 20:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-80298</guid>
		<description>[...] and laughable. Apparently, John Resig had not yet checked out pdp&#8217;s jQuery extensions such as jQuery Include and jQuery JSON. John and pdp may even share a similar vision of the future, such as The Next [...]</description>
		<content:encoded><![CDATA[<p>[...] and laughable. Apparently, John Resig had not yet checked out pdp&#8217;s jQuery extensions such as jQuery Include and jQuery JSON. John and pdp may even share a similar vision of the future, such as The Next [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobiasz Cudnik</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-38351</link>
		<dc:creator>Tobiasz Cudnik</dc:creator>
		<pubDate>Wed, 01 Aug 2007 21:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-38351</guid>
		<description>It doesnt work because that it dont really hijak ondomready event, which is attached via reference, not name.

I wrote similar plugin with working ondomready and dependency feauture:
http://meta20.net/.include_script_inclusion_jQuery_plugin

Tested with jquery.forms. Hope you find it usefull.</description>
		<content:encoded><![CDATA[<p>It doesnt work because that it dont really hijak ondomready event, which is attached via reference, not name.</p>
<p>I wrote similar plugin with working ondomready and dependency feauture:<br />
<a href="http://meta20.net/.include_script_inclusion_jQuery_plugin" rel="nofollow">http://meta20.net/.include_scr.....ery_plugin</a></p>
<p>Tested with jquery.forms. Hope you find it usefull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-37683</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Sun, 29 Jul 2007 12:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-37683</guid>
		<description>rezn, that would be very useful, at least I don't have to support this plugin myself :)</description>
		<content:encoded><![CDATA[<p>rezn, that would be very useful, at least I don&#8217;t have to support this plugin myself :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rezn</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-37682</link>
		<dc:creator>rezn</dc:creator>
		<pubDate>Sun, 29 Jul 2007 12:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-37682</guid>
		<description>any progress with this?  it'd be very useful.  it does look like its in the 1.2 roadmap at least, but no word on timing: http://docs.jquery.com/JQuery_1.2_Roadmap#.ready.28.29_waits_for_.getScript.28.29</description>
		<content:encoded><![CDATA[<p>any progress with this?  it&#8217;d be very useful.  it does look like its in the 1.2 roadmap at least, but no word on timing: <a href="http://docs.jquery.com/JQuery_1.2_Roadmap#.ready.28.29_waits_for_.getScript.28.29" rel="nofollow">http://docs.jquery.com/JQuery_.....ript.28.29</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-35876</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Wed, 18 Jul 2007 11:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-35876</guid>
		<description>Ð˜Ð²Ð°Ð½,

there seams to be a nasty bug with jquery.include. I need to look at it further in my infinite free time. :)

mersi</description>
		<content:encoded><![CDATA[<p>Ð˜Ð²Ð°Ð½,</p>
<p>there seams to be a nasty bug with jquery.include. I need to look at it further in my infinite free time. :)</p>
<p>mersi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ð˜Ð²Ð°Ð½ Ð™Ð¾Ð½Ð¾Ð²</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-35861</link>
		<dc:creator>Ð˜Ð²Ð°Ð½ Ð™Ð¾Ð½Ð¾Ð²</dc:creator>
		<pubDate>Wed, 18 Jul 2007 08:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-35861</guid>
		<description>Hello,
 
I noticed that if you use &lt;code&gt;$.include('/foo/bar.js');&lt;/doe&gt; combined with jQuery Form Plugin (http://www.malsup.com/jquery/form/) the form plugin doesn't work :( 

I couldn't figure out why exactly.

Ð£ÑÐ¿ÐµÑ… ÐŸÐµÑ‚ÐºÐ¾! :&#62;</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I noticed that if you use <code>$.include('/foo/bar.js'); combined with jQuery Form Plugin (http://www.malsup.com/jquery/form/) the form plugin doesn&#8217;t work :( </p>
<p>I couldn&#8217;t figure out why exactly.</p>
<p>Ð£ÑÐ¿ÐµÑ… ÐŸÐµÑ‚ÐºÐ¾! :&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ludoo</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-35733</link>
		<dc:creator>ludoo</dc:creator>
		<pubDate>Tue, 17 Jul 2007 11:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-35733</guid>
		<description>Can you extend your plugin to integrate css stylesheets loading ?

Thanks
LudoO</description>
		<content:encoded><![CDATA[<p>Can you extend your plugin to integrate css stylesheets loading ?</p>
<p>Thanks<br />
LudoO</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-35054</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Wed, 11 Jul 2007 08:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-35054</guid>
		<description>yeh, it is strange... I am not sure what the problem is but I will definitely look into it. thanks for the feedback.</description>
		<content:encoded><![CDATA[<p>yeh, it is strange&#8230; I am not sure what the problem is but I will definitely look into it. thanks for the feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jimmy Glass</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-35052</link>
		<dc:creator>Jimmy Glass</dc:creator>
		<pubDate>Wed, 11 Jul 2007 08:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-35052</guid>
		<description>Hi,
I have been trying to implement a set of multi-level includes, but... It seems like the Ready event is firing prematurely. Any suggestions?

Thanks,
Jimmy G</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have been trying to implement a set of multi-level includes, but&#8230; It seems like the Ready event is firing prematurely. Any suggestions?</p>
<p>Thanks,<br />
Jimmy G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-28447</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Tue, 12 Jun 2007 08:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-28447</guid>
		<description>vlad, not really... go crazy... modify it if you want but just let me know about the changes since I make a heavy use of it. cheers</description>
		<content:encoded><![CDATA[<p>vlad, not really&#8230; go crazy&#8230; modify it if you want but just let me know about the changes since I make a heavy use of it. cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vlad</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-28377</link>
		<dc:creator>vlad</dc:creator>
		<pubDate>Mon, 11 Jun 2007 21:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-28377</guid>
		<description>I've added link from jQuery wiki to your script. Hope you don't mind :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added link from jQuery wiki to your script. Hope you don&#8217;t mind :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-22764</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Sun, 20 May 2007 07:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-22764</guid>
		<description>yes, I will make the changes as soon as possible!</description>
		<content:encoded><![CDATA[<p>yes, I will make the changes as soon as possible!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arthur Bezner</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-22662</link>
		<dc:creator>Arthur Bezner</dc:creator>
		<pubDate>Sat, 19 May 2007 11:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-22662</guid>
		<description>I have error (FireBug tested) reported near 

&lt;pre&gt;&lt;code&gt;document.body.appendChild(script);

'document.body has no properties'&lt;/code&gt;&lt;/pre&gt;

how about changing to

&lt;pre&gt;&lt;code&gt;document.getElementsByTagName('head').item(0).appendChild(script);&lt;/code&gt;&lt;/pre&gt;

This should work fine.

Regards
Arthur Bezner</description>
		<content:encoded><![CDATA[<p>I have error (FireBug tested) reported near </p>
<pre><code>document.body.appendChild(script);

'document.body has no properties'</code></pre>
<p>how about changing to</p>
<pre><code>document.getElementsByTagName('head').item(0).appendChild(script);</code></pre>
<p>This should work fine.</p>
<p>Regards<br />
Arthur Bezner</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wade</title>
		<link>http://www.gnucitizen.org/blog/jquery-include/comment-page-1/#comment-19581</link>
		<dc:creator>wade</dc:creator>
		<pubDate>Thu, 03 May 2007 17:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/blog/jquery-include#comment-19581</guid>
		<description>For local files if you use async false then you don't have to do the callback timer (js stops execution until the file is loaded).  This has been working for me in IE6, FF2, &#38; Safari:

&lt;pre&gt;&lt;code&gt;$.ajax({
	url: "/path/to/script2.js",
	dataType: "script",
	async: false,
	success: function(js){if(jQuery.browser.safari){eval(js);}}
});&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>For local files if you use async false then you don&#8217;t have to do the callback timer (js stops execution until the file is loaded).  This has been working for me in IE6, FF2, &amp; Safari:</p>
<pre><code>$.ajax({
	url: "/path/to/script2.js",
	dataType: "script",
	async: false,
	success: function(js){if(jQuery.browser.safari){eval(js);}}
});</code></pre>
]]></content:encoded>
	</item>
</channel>
</rss>
