<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: jQuery Countdown&#160;Plugin</title> <atom:link href="http://davidwalsh.name/jquery-countdown-plugin/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/jquery-countdown-plugin</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 10:59:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: fatal48</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-27969</link> <dc:creator>fatal48</dc:creator> <pubDate>Mon, 19 Dec 2011 04:29:20 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-27969</guid> <description>made and addition if anyone want the single numbers 9-0 to have a 0 in front of it.   at
$(this).countDown(settings, to  - 1);
if (to &lt;= &#039;10&#039;) {
numberValue = (to -1);
$(this).text(&#039;0&#039; + numberValue);
}the plugin in works very will.  Thanks for the share!</description> <content:encoded><![CDATA[<p>made and addition if anyone want the single numbers 9-0 to have a 0 in front of it.   at<br
/> $(this).countDown(settings, to  &#8211; 1);<br
/> if (to &lt;= &#039;10&#039;) {<br
/> numberValue = (to -1);<br
/> $(this).text(&#039;0&#039; + numberValue);<br
/> }</p><p>the plugin in works very will.  Thanks for the share!</p> ]]></content:encoded> </item> <item><title>By: inas</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-27310</link> <dc:creator>inas</dc:creator> <pubDate>Thu, 20 Oct 2011 11:58:55 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-27310</guid> <description>hi ,, very nice one ,,
i want a script for count down date and time for my bidding system ,And please i want to know how can i use it in my php website ,,,, ?thanks !</description> <content:encoded><![CDATA[<p>hi ,, very nice one ,,<br
/> i want a script for count down date and time for my bidding system ,And please i want to know how can i use it in my php website ,,,, ?</p><p>thanks !</p> ]]></content:encoded> </item> <item><title>By: tons</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-27185</link> <dc:creator>tons</dc:creator> <pubDate>Sat, 08 Oct 2011 16:18:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-27185</guid> <description>Hey linkyndy! Wanna know how to use that code to stop the counter, actually im trying to stop it on &quot;click&quot; of a &quot;close&quot; button... any suggestion?thanks!</description> <content:encoded><![CDATA[<p>Hey linkyndy! Wanna know how to use that code to stop the counter, actually im trying to stop it on &#8220;click&#8221; of a &#8220;close&#8221; button&#8230; any suggestion?</p><p>thanks!</p> ]]></content:encoded> </item> <item><title>By: Tornado</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-26091</link> <dc:creator>Tornado</dc:creator> <pubDate>Mon, 18 Jul 2011 10:38:03 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-26091</guid> <description>Hi David!
I completly novice in working with scripts. I need a script, like yours. This is simple and customizable. I would like to use it as server side script. I know that I need a source script, and some lines on the page in head, and some more in the body section. I try to use your script, but I can&#039;t. I know this is not the right place to ask a tutorial, but I couldn&#039;t find such a good script anywhere. So help me please with an empty html page, with only your script, or a step by step tutorial. Thank you very musc and congratulation to your script...</description> <content:encoded><![CDATA[<p>Hi David!<br
/> I completly novice in working with scripts. I need a script, like yours. This is simple and customizable. I would like to use it as server side script. I know that I need a source script, and some lines on the page in head, and some more in the body section. I try to use your script, but I can&#8217;t. I know this is not the right place to ask a tutorial, but I couldn&#8217;t find such a good script anywhere. So help me please with an empty html page, with only your script, or a step by step tutorial. Thank you very musc and congratulation to your script&#8230;</p> ]]></content:encoded> </item> <item><title>By: MHD</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-24508</link> <dc:creator>MHD</dc:creator> <pubDate>Sun, 26 Jun 2011 11:57:23 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-24508</guid> <description>Thank you very match ... it help me ..</description> <content:encoded><![CDATA[<p>Thank you very match &#8230; it help me ..</p> ]]></content:encoded> </item> <item><title>By: Commenter RameshSakibanda</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-24014</link> <dc:creator>Commenter RameshSakibanda</dc:creator> <pubDate>Mon, 16 May 2011 17:32:33 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-24014</guid> <description>1. Create a variable keepAlive and initialize to 0
2. increment keepAlive, Pass this value as one of the parameter in settings to the plugin and Start CountDown
3. modify if condition to the plugin &#039;timeOut &gt; settings.endNumber + 1 &amp;&amp; settings.alive === keepAlive&#039;4. It should work fine</description> <content:encoded><![CDATA[<p>1. Create a variable keepAlive and initialize to 0<br
/> 2. increment keepAlive, Pass this value as one of the parameter in settings to the plugin and Start CountDown<br
/> 3. modify if condition to the plugin &#8216;timeOut &gt; settings.endNumber + 1 &amp;&amp; settings.alive === keepAlive&#8217;</p><p>4. It should work fine</p> ]]></content:encoded> </item> <item><title>By: Chris</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-24009</link> <dc:creator>Chris</dc:creator> <pubDate>Mon, 16 May 2011 16:18:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-24009</guid> <description>Did anyone manage to solve this issue? Hitting the same thing here now.</description> <content:encoded><![CDATA[<p>Did anyone manage to solve this issue? Hitting the same thing here now.</p> ]]></content:encoded> </item> <item><title>By: linkyndy</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-23884</link> <dc:creator>linkyndy</dc:creator> <pubDate>Wed, 04 May 2011 15:30:25 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-23884</guid> <description>For those who asked how to stop the counter. Here&#039;s with what I came up:jQuery.fn.countDownStop = function() {
return this.each(function(){
$(this).stop(true);
});
};</description> <content:encoded><![CDATA[<p>For those who asked how to stop the counter. Here&#8217;s with what I came up:</p><p>jQuery.fn.countDownStop = function() {<br
/> return this.each(function(){<br
/> $(this).stop(true);<br
/> });<br
/> };</p> ]]></content:encoded> </item> <item><title>By: Hugo</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-23208</link> <dc:creator>Hugo</dc:creator> <pubDate>Tue, 22 Mar 2011 17:59:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-23208</guid> <description>You are good man! it works great!...</description> <content:encoded><![CDATA[<p>You are good man! it works great!&#8230;</p> ]]></content:encoded> </item> <item><title>By: RameshSakibanda</title><link>http://davidwalsh.name/jquery-countdown-plugin/comment-page-1#comment-22250</link> <dc:creator>RameshSakibanda</dc:creator> <pubDate>Sun, 09 Jan 2011 02:06:28 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=955#comment-22250</guid> <description>I am running into the same issue, parallel count down on same element.</description> <content:encoded><![CDATA[<p>I am running into the same issue, parallel count down on same element.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 3/22 queries in 0.015 seconds using disk: basic
Object Caching 876/887 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 08:39:58 -->
