<?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 Loading &#8211; Display Images or Text Until Script is Finished</title>
	<atom:link href="http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/</link>
	<description></description>
	<lastBuildDate>Fri, 09 Jul 2010 13:57:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matt</title>
		<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/comment-page-1/#comment-4643</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sun, 27 Jun 2010 10:58:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.linein.org/blog/?p=339#comment-4643</guid>
		<description>I was wondering that.</description>
		<content:encoded><![CDATA[<p>I was wondering that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/comment-page-1/#comment-4623</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Sat, 12 Jun 2010 12:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.linein.org/blog/?p=339#comment-4623</guid>
		<description>maybe they want the code longer..</description>
		<content:encoded><![CDATA[<p>maybe they want the code longer..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halfpipe</title>
		<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/comment-page-1/#comment-3801</link>
		<dc:creator>halfpipe</dc:creator>
		<pubDate>Sun, 12 Jul 2009 21:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linein.org/blog/?p=339#comment-3801</guid>
		<description>It was useful to me.! Thank you very much.! :]</description>
		<content:encoded><![CDATA[<p>It was useful to me.! Thank you very much.! :]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alaki</title>
		<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/comment-page-1/#comment-3624</link>
		<dc:creator>Alaki</dc:creator>
		<pubDate>Fri, 22 May 2009 11:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linein.org/blog/?p=339#comment-3624</guid>
		<description>how to download code ? or any demo ?</description>
		<content:encoded><![CDATA[<p>how to download code ? or any demo ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robby</title>
		<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/comment-page-1/#comment-3515</link>
		<dc:creator>Robby</dc:creator>
		<pubDate>Wed, 13 May 2009 12:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.linein.org/blog/?p=339#comment-3515</guid>
		<description>You should just be able to specify &quot;path/to/image.png&quot; instead of &quot;script.php&quot;.</description>
		<content:encoded><![CDATA[<p>You should just be able to specify &#8220;path/to/image.png&#8221; instead of &#8220;script.php&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/comment-page-1/#comment-2983</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sat, 21 Mar 2009 03:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.linein.org/blog/?p=339#comment-2983</guid>
		<description>The above script is not what you need to use. Try the other post that loads and displays images from a single directory. I think it will start you off in the right direction.

http://linein.org/blog/2008/01/10/roate-image-using-jquery-with-plugin/

Another option would be to combine the two and have the above script load &quot;script.php&quot;. And then from within the &quot;script.php&quot; display the images from within a directory.</description>
		<content:encoded><![CDATA[<p>The above script is not what you need to use. Try the other post that loads and displays images from a single directory. I think it will start you off in the right direction.</p>
<p><a href="http://linein.org/blog/2008/01/10/roate-image-using-jquery-with-plugin/" rel="nofollow">http://linein.org/blog/2008/01/10/roate-image-using-jquery-with-plugin/</a></p>
<p>Another option would be to combine the two and have the above script load &#8220;script.php&#8221;. And then from within the &#8220;script.php&#8221; display the images from within a directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/comment-page-1/#comment-2981</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Fri, 20 Mar 2009 19:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linein.org/blog/?p=339#comment-2981</guid>
		<description>HI

thanks for sharing the jQuery Loading - Display Images or Text Until Script is Finished script.

I have a question :
1. how can I load and image instead of a script.php
2. If I can do the above, how can I call the function as many time as I need . (say I have a page the has many images to show, so I would like to display the loading-image and message for each image.)

thanks .jeff</description>
		<content:encoded><![CDATA[<p>HI</p>
<p>thanks for sharing the jQuery Loading &#8211; Display Images or Text Until Script is Finished script.</p>
<p>I have a question :<br />
1. how can I load and image instead of a script.php<br />
2. If I can do the above, how can I call the function as many time as I need . (say I have a page the has many images to show, so I would like to display the loading-image and message for each image.)</p>
<p>thanks .jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raine</title>
		<link>http://www.linein.org/blog/2008/11/13/jquery-display-images-text-until-script-is-finished/comment-page-1/#comment-2668</link>
		<dc:creator>Raine</dc:creator>
		<pubDate>Thu, 08 Jan 2009 00:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.linein.org/blog/?p=339#comment-2668</guid>
		<description>Why do you use getElementById while you can use $(&#039;#text_box&#039;).html(data)?</description>
		<content:encoded><![CDATA[<p>Why do you use getElementById while you can use $(&#8216;#text_box&#8217;).html(data)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
