<?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: TimePicker Script with jQuery Plugin</title>
	<atom:link href="http://www.ajaxupdates.com/timepicker-script-with-jquery-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxupdates.com/timepicker-script-with-jquery-plugin/</link>
	<description>Latest Ajax Scripts, Examples, News and other Ajax related stuff</description>
	<lastBuildDate>Mon, 08 Mar 2010 14:25:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jb0t</title>
		<link>http://www.ajaxupdates.com/timepicker-script-with-jquery-plugin/comment-page-1/#comment-286</link>
		<dc:creator>jb0t</dc:creator>
		<pubDate>Tue, 21 Jul 2009 23:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ajaxupdates.com/?p=1943#comment-286</guid>
		<description>I have implemented this utility, though I have found something odd which seems to be a bad bug.  When click on the form field, and immediately hit enter Firefox 3.5 spins out of control and asks if you want to stop the loop occurring in the jquery lib. Here is an example of how i am using it dynamically throughout my code using a framework (so it has a bit of redundancy)


         
        &lt;a href=&quot;$(&#039;#id_end_date_1&#039;).val(&#039;&#039;);;void(0);&quot; rel=&quot;nofollow&quot;&gt;[X]&lt;/a&gt;

         //&lt;![CDATA[
$(function(){
    $(&quot;#id_end_date_1&quot;).timePicker({show24Hours:false,step:15,startTime:new Date(0, 0, 0, 6, 0, 0),endTime:new Date(0, 0, 0, 23, 45, 0)});
})
</description>
		<content:encoded><![CDATA[<p>I have implemented this utility, though I have found something odd which seems to be a bad bug.  When click on the form field, and immediately hit enter Firefox 3.5 spins out of control and asks if you want to stop the loop occurring in the jquery lib. Here is an example of how i am using it dynamically throughout my code using a framework (so it has a bit of redundancy)</p>
<p>        <a href="$('#id_end_date_1').val('');;void(0);" rel="nofollow">[X]</a></p>
<p>         //&lt;![CDATA[<br />
$(function(){<br />
    $(&quot;#id_end_date_1&quot;).timePicker({show24Hours:false,step:15,startTime:new Date(0, 0, 0, 6, 0, 0),endTime:new Date(0, 0, 0, 23, 45, 0)});<br />
})</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->