<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bagesh Singh&#039;s Blog &#187; call ajax</title>
	<atom:link href="http://www.bageshsingh.com/bagesh-blog/tag/call-ajax/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bageshsingh.com/bagesh-blog</link>
	<description>Shortest Distance to  Web Solutions &#38; Software Solutions</description>
	<lastBuildDate>Wed, 22 Feb 2012 18:42:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to call php from ajax in every second using Jquery</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-call-php-from-ajax-in-every-second-using-jquery-2/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-call-php-from-ajax-in-every-second-using-jquery-2/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 07:05:03 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[call ajax]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=154</guid>
		<description><![CDATA[Few days ago, Mike emailed me and asked me how can i call a server script( php file) from jQuery in every second.Since, there was no built-in mechanism for this in jQuery, I came up with this solution of displaying time of server using Ajax, PHP and jQuery.You can use setinterval() method avaiable in javaScript [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago, Mike emailed me and asked me how can i call a server script( php file) from jQuery in every second.Since, there was no built-in mechanism for this in jQuery, I came up with this solution of displaying time of server using Ajax, PHP and jQuery.You can use setinterval() method avaiable in javaScript to accomplish this task using jQuery.<br />
<strong><br />
HTML Code:</strong></p>
<pre>&lt;div align="center" id="timeval"&gt;--:--:--&lt;/div&gt;
&lt;button id="stop"&gt;Stop&lt;/button&gt;</pre>
<p>There are mainly two elements one is </p>
<div id="seo_alrp_related"><h2>Posts Related to How to call php from ajax in every second using Jquery</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-call-php-from-ajax-in-every-second-using-jquery/" rel="bookmark">How to call php from ajax in every second using Jquery</a></h3><p>Few days ago, Mike emailed me and asked me how can i call a server script( php file) from jQuery in every second.Since, there was ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/validate-ip-address-using-jquery/" rel="bookmark">Validate IP Address using jQuery</a></h3><p>I had recently posted on Add a Custom Validation Method to the jQuery Validation Plugin. A user asked me over twitter asking how to validate ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/highlight-elements-on-a-page-using-jquery/" rel="bookmark">Highlight Elements on a Page using jQuery</a></h3><p>Here’s a simple way to highlight elements on a page using jQuery. This example uses the Highlight effect of the jQuery UI library &lt;html xmlns="http://www.w3.org/1999/xhtml" ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/disable-certain-days-in-a-week-using-jquery-ui-datepicker/" rel="bookmark">Disable Certain Days In a Week using jQuery UI DatePicker</a></h3><p>A couple of days ago, I had posted on Prevent Users from Selecting Weekends using jQuery UI DatePicker Dominic mailed asking if it was possible ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/change-background-color-of-gridview-cell-using-jquery/" rel="bookmark">Change Background Color of GridView Cell using jQuery</a></h3><p>Users often ask how to change the background color of an ASP.NET GridView cell, if the cell matches a condition. It’s actually quite simple using ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-call-php-from-ajax-in-every-second-using-jquery-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to call php from ajax in every second using Jquery</title>
		<link>http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-call-php-from-ajax-in-every-second-using-jquery/</link>
		<comments>http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-call-php-from-ajax-in-every-second-using-jquery/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 14:34:06 +0000</pubDate>
		<dc:creator>Bagesh Singh</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[call ajax]]></category>

		<guid isPermaLink="false">http://www.bageshsingh.com/bagesh-blog/?p=68</guid>
		<description><![CDATA[Few days ago, Mike emailed me and asked me how can i call a server script( php file) from jQuery in every second.Since, there was no built-in mechanism for this in jQuery, I came up with this solution of displaying time of server using Ajax, PHP and jQuery.You can use setinterval() method avaiable in javaScript [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago, Mike emailed me and asked me how can i call a server script( php file) from jQuery in every second.Since, there was no built-in mechanism for this in jQuery, I came up with this solution of displaying time of server using Ajax, PHP and jQuery.You can use setinterval() method avaiable in javaScript to accomplish this task using jQuery.<strong><br />
HTML Code:</strong></p>
<pre>&lt;div align="center" id="timeval"&gt;--:--:--&lt;/div&gt;
&lt;button id="stop"&gt;Stop&lt;/button&gt;</pre>
<p>There are mainly two elements one is </p>
<div id="seo_alrp_related"><h2>Posts Related to How to call php from ajax in every second using Jquery</h2><ul><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2010/03/how-to-call-php-from-ajax-in-every-second-using-jquery-2/" rel="bookmark">How to call php from ajax in every second using Jquery</a></h3><p>Few days ago, Mike emailed me and asked me how can i call a server script( php file) from jQuery in every second.Since, there was ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/validate-ip-address-using-jquery/" rel="bookmark">Validate IP Address using jQuery</a></h3><p>I had recently posted on Add a Custom Validation Method to the jQuery Validation Plugin. A user asked me over twitter asking how to validate ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/highlight-elements-on-a-page-using-jquery/" rel="bookmark">Highlight Elements on a Page using jQuery</a></h3><p>Here’s a simple way to highlight elements on a page using jQuery. This example uses the Highlight effect of the jQuery UI library &lt;html xmlns="http://www.w3.org/1999/xhtml" ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/disable-certain-days-in-a-week-using-jquery-ui-datepicker/" rel="bookmark">Disable Certain Days In a Week using jQuery UI DatePicker</a></h3><p>A couple of days ago, I had posted on Prevent Users from Selecting Weekends using jQuery UI DatePicker Dominic mailed asking if it was possible ...</p></div></li><li><div class="seo_alrp_rl_content"><h3><a href="http://www.bageshsingh.com/bagesh-blog/2011/02/change-background-color-of-gridview-cell-using-jquery/" rel="bookmark">Change Background Color of GridView Cell using jQuery</a></h3><p>Users often ask how to change the background color of an ASP.NET GridView cell, if the cell matches a condition. It’s actually quite simple using ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.bageshsingh.com/bagesh-blog/2010/02/how-to-call-php-from-ajax-in-every-second-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

