<?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: jQuery UI Datepicker with AJAX and LiveQuery</title>
	<atom:link href="http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/</link>
	<description>Web Entrepreneur and PHP5 Guru</description>
	<lastBuildDate>Wed, 06 Jan 2010 18:01:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zipcoi</title>
		<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/comment-page-1/#comment-464</link>
		<dc:creator>zipcoi</dc:creator>
		<pubDate>Mon, 14 Dec 2009 17:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vancelucas.com/?p=293#comment-464</guid>
		<description>thank you so much.. it&#039;s work.. ^^</description>
		<content:encoded><![CDATA[<p>thank you so much.. it&#8217;s work.. ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/comment-page-1/#comment-404</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 30 Sep 2009 01:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.vancelucas.com/?p=293#comment-404</guid>
		<description>As helpful as this is, its still flawed, as it fails to load if the user tabs between fields instead of actually clicking on the input...</description>
		<content:encoded><![CDATA[<p>As helpful as this is, its still flawed, as it fails to load if the user tabs between fields instead of actually clicking on the input&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/comment-page-1/#comment-403</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Tue, 29 Sep 2009 11:48:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vancelucas.com/?p=293#comment-403</guid>
		<description>Nice..!!  had been looking for this solution for a long time now...  

one query though...  since jQuery&#039;s Live() does not support all events, we are still using livequery...  so can you please help me by showing how to implement your above solution using livequery... 

i know it might be simple, but since me a beginner its way above my head..  :) 

thanks in advance...

prashant.</description>
		<content:encoded><![CDATA[<p>Nice..!!  had been looking for this solution for a long time now&#8230;  </p>
<p>one query though&#8230;  since jQuery&#8217;s Live() does not support all events, we are still using livequery&#8230;  so can you please help me by showing how to implement your above solution using livequery&#8230; </p>
<p>i know it might be simple, but since me a beginner its way above my head..  <img src='http://www.vancelucas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>thanks in advance&#8230;</p>
<p>prashant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megan</title>
		<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/comment-page-1/#comment-399</link>
		<dc:creator>Megan</dc:creator>
		<pubDate>Fri, 25 Sep 2009 21:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vancelucas.com/?p=293#comment-399</guid>
		<description>Wow. I worked on this problem for hours before I found your solution...thank you! &lt;3</description>
		<content:encoded><![CDATA[<p>Wow. I worked on this problem for hours before I found your solution&#8230;thank you! &lt;3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/comment-page-1/#comment-383</link>
		<dc:creator>Antonio</dc:creator>
		<pubDate>Tue, 25 Aug 2009 15:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.vancelucas.com/?p=293#comment-383</guid>
		<description>Hi,
Tnx for the hint, i&#039;ve tried and seems to have some issues on FF 3.5, it works just the first time on every button/input.

This is then my workaround:

 $(&#039;input.calendarSelectDate&#039;).live(&#039;click&#039;, function(){
        $(this).datepicker({minDate : 0, maxDate : &#039;+8M&#039;}).datepicker(&#039;show&#039;);
    });</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Tnx for the hint, i&#8217;ve tried and seems to have some issues on FF 3.5, it works just the first time on every button/input.</p>
<p>This is then my workaround:</p>
<p> $(&#8216;input.calendarSelectDate&#8217;).live(&#8216;click&#8217;, function(){<br />
        $(this).datepicker({minDate : 0, maxDate : &#8216;+8M&#8217;}).datepicker(&#8217;show&#8217;);<br />
    });</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jman</title>
		<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/comment-page-1/#comment-323</link>
		<dc:creator>Jman</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.vancelucas.com/?p=293#comment-323</guid>
		<description>Found out :)
			$(this).datepicker({dateFormat: &#039;yy-mm-dd&#039;, showOn:&#039;focus&#039;}).focus();

Sry for asking...

/J</description>
		<content:encoded><![CDATA[<p>Found out <img src='http://www.vancelucas.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
			$(this).datepicker({dateFormat: &#8216;yy-mm-dd&#8217;, showOn:&#8217;focus&#8217;}).focus();</p>
<p>Sry for asking&#8230;</p>
<p>/J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jman</title>
		<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/comment-page-1/#comment-322</link>
		<dc:creator>Jman</dc:creator>
		<pubDate>Wed, 22 Jul 2009 07:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.vancelucas.com/?p=293#comment-322</guid>
		<description>Hi,
Vry nice solution, tnx. 
How do you add parameters for datepicker with this solution?

like:
$(this).datepicker(&#039;option&#039;, &#039;dateFormat&#039;, &#039;yy-mm-dd&#039;);	

/J</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Vry nice solution, tnx.<br />
How do you add parameters for datepicker with this solution?</p>
<p>like:<br />
$(this).datepicker(&#8216;option&#8217;, &#8216;dateFormat&#8217;, &#8216;yy-mm-dd&#8217;);	</p>
<p>/J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/comment-page-1/#comment-271</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 28 Jun 2009 04:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vancelucas.com/?p=293#comment-271</guid>
		<description>You saved the day.  Thanks.  I&#039;ll keep you in mind for freelance work.</description>
		<content:encoded><![CDATA[<p>You saved the day.  Thanks.  I&#8217;ll keep you in mind for freelance work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Long</title>
		<link>http://www.vancelucas.com/blog/jquery-ui-datepicker-with-ajax-and-livequery/comment-page-1/#comment-208</link>
		<dc:creator>Jason Long</dc:creator>
		<pubDate>Tue, 16 Jun 2009 19:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.vancelucas.com/?p=293#comment-208</guid>
		<description>Hey Vance - just ran into this today as well.  Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Hey Vance &#8211; just ran into this today as well.  Thanks for the tip!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
