<?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: Partial page refresh with AJAX and JQuery</title>
	<atom:link href="http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/</link>
	<description>Enterprise Java Software Development</description>
	<lastBuildDate>Wed, 10 Jun 2009 06:48:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ray</title>
		<link>http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/comment-page-1/#comment-204</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Thu, 28 May 2009 21:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mediasoft.be/?p=37#comment-204</guid>
		<description>How can I reload a asp.net list control with new values without having to reload the whole page?</description>
		<content:encoded><![CDATA[<p>How can I reload a asp.net list control with new values without having to reload the whole page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: feruzz</title>
		<link>http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/comment-page-1/#comment-197</link>
		<dc:creator>feruzz</dc:creator>
		<pubDate>Sat, 02 May 2009 18:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mediasoft.be/?p=37#comment-197</guid>
		<description>This work for me in IE.
var refresh = setInterval(function() {  
    $(&quot;#content&quot;).load(location.href+&quot;&amp;t=&quot;+1*new Date()+&quot; #content&gt;*&quot;,&quot;&quot;);  
}, 5000);</description>
		<content:encoded><![CDATA[<p>This work for me in IE.<br />
var refresh = setInterval(function() {<br />
    $(&#8220;#content&#8221;).load(location.href+&#8221;&amp;t=&#8221;+1*new Date()+&#8221; #content&gt;*&#8221;,&#8221;");<br />
}, 5000);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qqk</title>
		<link>http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/comment-page-1/#comment-176</link>
		<dc:creator>qqk</dc:creator>
		<pubDate>Sat, 18 Apr 2009 07:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mediasoft.be/?p=37#comment-176</guid>
		<description>This script only works with firefox on windows.
Both IE and FF linux fail to do the partial refresh. I looking for solution to make it compatible with all browsers, let you know when I found one.
So far I only got this:
http://www.mail-archive.com/discuss@jquery.com/msg14741.html</description>
		<content:encoded><![CDATA[<p>This script only works with firefox on windows.<br />
Both IE and FF linux fail to do the partial refresh. I looking for solution to make it compatible with all browsers, let you know when I found one.<br />
So far I only got this:<br />
<a href="http://www.mail-archive.com/discuss@jquery.com/msg14741.html" rel="nofollow">http://www.mail-archive.com/discuss@jquery.com/msg14741.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/comment-page-1/#comment-173</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Thu, 16 Apr 2009 23:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mediasoft.be/?p=37#comment-173</guid>
		<description>I&#039;m having trouble getting this to work. Anyone get this to work? Please share your solution, thank you...</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble getting this to work. Anyone get this to work? Please share your solution, thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FoX</title>
		<link>http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/comment-page-1/#comment-170</link>
		<dc:creator>FoX</dc:creator>
		<pubDate>Sat, 04 Apr 2009 09:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mediasoft.be/?p=37#comment-170</guid>
		<description>You need to make sure that there are tags inside your #content DIV, otherwise you need to change to selector to &quot; #content&quot;.

Please make sure that the setInterval code is inside the &lt;code&gt;$(document).ready(function() {}&lt;/code&gt;-block or an &lt;code&gt;$(function(){}&lt;/code&gt;-block.

It is also possible to leave out the optional parameters like this: &lt;code&gt;$(&quot;#content&quot;).load(location.href+&quot; #content&gt;*&quot;);&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You need to make sure that there are tags inside your #content DIV, otherwise you need to change to selector to &#8221; #content&#8221;.</p>
<p>Please make sure that the setInterval code is inside the <code>$(document).ready(function() {}</code>-block or an <code>$(function(){}</code>-block.</p>
<p>It is also possible to leave out the optional parameters like this: <code>$("#content").load(location.href+" #content>*");</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mravikrish</title>
		<link>http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/comment-page-1/#comment-169</link>
		<dc:creator>mravikrish</dc:creator>
		<pubDate>Sat, 04 Apr 2009 08:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mediasoft.be/?p=37#comment-169</guid>
		<description>its not working without  jquery-1.3.2.min.js where is this in the code  could u suggest me 

thanks regards</description>
		<content:encoded><![CDATA[<p>its not working without  jquery-1.3.2.min.js where is this in the code  could u suggest me </p>
<p>thanks regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siraj</title>
		<link>http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/comment-page-1/#comment-162</link>
		<dc:creator>Siraj</dc:creator>
		<pubDate>Thu, 02 Apr 2009 15:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mediasoft.be/?p=37#comment-162</guid>
		<description>the folowing is executable but it&#039;s hide the DIV with id=&quot;content&quot; not refreshing it.
please if there any modification will be appreciated 

 window.onload = function(){ alert(&quot;welcome&quot;); }

window.onload = function(){ alert(&quot;welcome&quot;); }

 $(document).ready(function(){
  
  setInterval(function() {
    $(&quot;#content&quot;).load(location.href+&quot; #content&gt;*&quot;,&quot;&quot;);}, &quot;2000&quot;);
    $(&quot;#content&quot;).show(); 
     
   });
   


</description>
		<content:encoded><![CDATA[<p>the folowing is executable but it&#8217;s hide the DIV with id=&#8221;content&#8221; not refreshing it.<br />
please if there any modification will be appreciated </p>
<p> window.onload = function(){ alert(&#8220;welcome&#8221;); }</p>
<p>window.onload = function(){ alert(&#8220;welcome&#8221;); }</p>
<p> $(document).ready(function(){</p>
<p>  setInterval(function() {<br />
    $(&#8220;#content&#8221;).load(location.href+&#8221; #content>*&#8221;,&#8221;");}, &#8220;2000&#8243;);<br />
    $(&#8220;#content&#8221;).show(); </p>
<p>   });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nqkoisi</title>
		<link>http://blog.mediasoft.be/partial-page-refresh-with-ajax-and-jquery/comment-page-1/#comment-154</link>
		<dc:creator>nqkoisi</dc:creator>
		<pubDate>Wed, 01 Apr 2009 14:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mediasoft.be/?p=37#comment-154</guid>
		<description>Can&#039;t work for me. Where i was wrong ?



setInterval(function() {
    $(&quot;#test&quot;).load(location.href+&quot; #test&gt;*&quot;,&quot;&quot;);
}, 1000);


NameR0
Status$getr0status[0]
</description>
		<content:encoded><![CDATA[<p>Can&#8217;t work for me. Where i was wrong ?</p>
<p>setInterval(function() {<br />
    $(&#8220;#test&#8221;).load(location.href+&#8221; #test&gt;*&#8221;,&#8221;");<br />
}, 1000);</p>
<p>NameR0<br />
Status$getr0status[0]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
