<?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: How to refresh DIV using jquery</title>
	<atom:link href="http://designgala.com/how-to-refresh-div-using-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://designgala.com/how-to-refresh-div-using-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-refresh-div-using-jquery</link>
	<description>Web Usability, Web Technology, User Experience</description>
	<lastBuildDate>Tue, 15 Nov 2011 13:23:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: June</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6715</link>
		<dc:creator>June</dc:creator>
		<pubDate>Fri, 11 Nov 2011 09:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6715</guid>
		<description>good thing i found this.  
I can use in my website actually 2 websites   :)</description>
		<content:encoded><![CDATA[<p>good thing i found this.<br />
I can use in my website actually 2 websites   :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DavidB</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6665</link>
		<dc:creator>DavidB</dc:creator>
		<pubDate>Fri, 21 Oct 2011 18:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6665</guid>
		<description>This works well. My query is about the syntax of the statement:

$(&#039;#loaddiv&#039;).fadeOut(&#039;slow&#039;).load(&#039;reload.php&#039;).fadeIn(&quot;slow&quot;);

I haven&#039;t seen this sort of sequential chaining of methods before but I am guessing it is equivalent to:

$(&#039;#loaddiv&#039;).fadeOut(&#039;slow&#039;);
$(&#039;#loaddiv&#039;).load(&#039;reload.php&#039;);
$(&#039;#loaddiv&#039;).fadeIn(&#039;slow&#039;);

I can&#039;t find this syntax documented anywhere. Is it a Javascript or a JQuery syntax? In either case could anyone point me to some documentation that explains it. It isn&#039;t explained in my Javascript manual.</description>
		<content:encoded><![CDATA[<p>This works well. My query is about the syntax of the statement:</p>
<p>$(&#8216;#loaddiv&#8217;).fadeOut(&#8216;slow&#8217;).load(&#8216;reload.php&#8217;).fadeIn(&#8220;slow&#8221;);</p>
<p>I haven&#8217;t seen this sort of sequential chaining of methods before but I am guessing it is equivalent to:</p>
<p>$(&#8216;#loaddiv&#8217;).fadeOut(&#8216;slow&#8217;);<br />
$(&#8216;#loaddiv&#8217;).load(&#8216;reload.php&#8217;);<br />
$(&#8216;#loaddiv&#8217;).fadeIn(&#8216;slow&#8217;);</p>
<p>I can&#8217;t find this syntax documented anywhere. Is it a Javascript or a JQuery syntax? In either case could anyone point me to some documentation that explains it. It isn&#8217;t explained in my Javascript manual.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohan Chand Rath</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6622</link>
		<dc:creator>Mohan Chand Rath</dc:creator>
		<pubDate>Tue, 20 Sep 2011 10:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6622</guid>
		<description>Thanks, this is a very good thing and it is working properly. But when this page is refresh i want this refreshing page get some dynamic value from master page. How it will get data ?</description>
		<content:encoded><![CDATA[<p>Thanks, this is a very good thing and it is working properly. But when this page is refresh i want this refreshing page get some dynamic value from master page. How it will get data ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6620</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Sat, 17 Sep 2011 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6620</guid>
		<description>Thanks!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Thanks!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moli</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6619</link>
		<dc:creator>moli</dc:creator>
		<pubDate>Sat, 17 Sep 2011 11:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6619</guid>
		<description>yes, thank</description>
		<content:encoded><![CDATA[<p>yes, thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usmcguy</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6618</link>
		<dc:creator>usmcguy</dc:creator>
		<pubDate>Wed, 14 Sep 2011 14:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6618</guid>
		<description>chipowski, what exactly did you have to add to make the page load immediately?  You said you added a require, but I&#039;m not sure what you meant.  Sorry, I know this is an old post.</description>
		<content:encoded><![CDATA[<p>chipowski, what exactly did you have to add to make the page load immediately?  You said you added a require, but I&#8217;m not sure what you meant.  Sorry, I know this is an old post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6615</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Sun, 04 Sep 2011 12:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6615</guid>
		<description>What was it you had to change to do this?</description>
		<content:encoded><![CDATA[<p>What was it you had to change to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6596</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Wed, 17 Aug 2011 05:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6596</guid>
		<description>Thank you very much for this code snippet for which i was searching for.This is actually very precise but functionality worth code.Thank u very much</description>
		<content:encoded><![CDATA[<p>Thank you very much for this code snippet for which i was searching for.This is actually very precise but functionality worth code.Thank u very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ole</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6595</link>
		<dc:creator>ole</dc:creator>
		<pubDate>Sat, 13 Aug 2011 17:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6595</guid>
		<description>thank you  it solved my problem i found small  error in your code

$(&#039;#loaddiv&#039;).fadeOut(&#039;slow&#039;).load(&#039;reload.php&#039;).fadeIn(&quot;slow&quot;);

changed it to

$(&#039;#loaddiv&#039;).fadeOut(&quot;slow&quot;).load(&#039;reload.php&#039;).fadeIn(&quot;slow&quot;);

&quot;slow&quot;

also  i had to remove the  
echo&quot;  
before it worked for me,
and in the end
 &quot;;

im using  other version
jquery-1.5.1.min.js

best regards ole</description>
		<content:encoded><![CDATA[<p>thank you  it solved my problem i found small  error in your code</p>
<p>$(&#8216;#loaddiv&#8217;).fadeOut(&#8216;slow&#8217;).load(&#8216;reload.php&#8217;).fadeIn(&#8220;slow&#8221;);</p>
<p>changed it to</p>
<p>$(&#8216;#loaddiv&#8217;).fadeOut(&#8220;slow&#8221;).load(&#8216;reload.php&#8217;).fadeIn(&#8220;slow&#8221;);</p>
<p>&#8220;slow&#8221;</p>
<p>also  i had to remove the<br />
echo&#8221;<br />
before it worked for me,<br />
and in the end<br />
 &#8220;;</p>
<p>im using  other version<br />
jquery-1.5.1.min.js</p>
<p>best regards ole</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Precise</title>
		<link>http://designgala.com/how-to-refresh-div-using-jquery/comment-page-1/#comment-6592</link>
		<dc:creator>Precise</dc:creator>
		<pubDate>Tue, 09 Aug 2011 07:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.designgala.com/?p=943#comment-6592</guid>
		<description>Yes I agree with DavidB! IE just refresh one... Second time calling PHP file doesnt effect anything..! need to close it and open it again.</description>
		<content:encoded><![CDATA[<p>Yes I agree with DavidB! IE just refresh one&#8230; Second time calling PHP file doesnt effect anything..! need to close it and open it again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

