<?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: Fixed &#8211; jQuery DatePicker not working in Thickbox</title>
	<atom:link href="http://www.robsearles.com/2009/01/27/fixed-jquery-datepicker-not-working-in-thickbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robsearles.com/2009/01/27/fixed-jquery-datepicker-not-working-in-thickbox/</link>
	<description>Musing on the business of and development for "The Web"</description>
	<lastBuildDate>Fri, 03 Feb 2012 18:08:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eL-Prova</title>
		<link>http://www.robsearles.com/2009/01/27/fixed-jquery-datepicker-not-working-in-thickbox/comment-page-1/#comment-182</link>
		<dc:creator>eL-Prova</dc:creator>
		<pubDate>Tue, 26 Oct 2010 22:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=66#comment-182</guid>
		<description>Solution is simple.
&lt;br&gt;When the thickbox is showing, the function for initialize the datepicker can&#039;t start. So use a timeout for 100.
&lt;br&gt;
&lt;br&gt;setTimeout(function(){  
&lt;br&gt;        $(&#039;#tb_datum&#039;).datepicker({ dateFormat: &#039;dd-mm-yy&#039; });
&lt;br&gt;    }, 100);</description>
		<content:encoded><![CDATA[<p>Solution is simple.<br />
<br />When the thickbox is showing, the function for initialize the datepicker can&#39;t start. So use a timeout for 100.</p>
<p>setTimeout(function(){<br />
<br />        $(&#39;#tb_datum&#39;).datepicker({ dateFormat: &#39;dd-mm-yy&#39; });<br />
<br />    }, 100);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eL-Prova</title>
		<link>http://www.robsearles.com/2009/01/27/fixed-jquery-datepicker-not-working-in-thickbox/comment-page-1/#comment-169</link>
		<dc:creator>eL-Prova</dc:creator>
		<pubDate>Tue, 26 Oct 2010 21:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=66#comment-169</guid>
		<description>Solution is simple.
&lt;br&gt;When the thickbox is showing, the function for initialize the datepicker can&#039;t start. So use a timeout for 100.
&lt;br&gt;
&lt;br&gt;setTimeout(function(){  
&lt;br&gt;        $(&#039;#tb_datum&#039;).datepicker({ dateFormat: &#039;dd-mm-yy&#039; });
&lt;br&gt;    }, 100);</description>
		<content:encoded><![CDATA[<p>Solution is simple.<br />
<br />When the thickbox is showing, the function for initialize the datepicker can&#39;t start. So use a timeout for 100.</p>
<p>setTimeout(function(){<br />
<br />        $(&#39;#tb_datum&#39;).datepicker({ dateFormat: &#39;dd-mm-yy&#39; });<br />
<br />    }, 100);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery Validate URL, adding &#8220;http://&#8221;</title>
		<link>http://www.robsearles.com/2009/01/27/fixed-jquery-datepicker-not-working-in-thickbox/comment-page-1/#comment-124</link>
		<dc:creator>jQuery Validate URL, adding &#8220;http://&#8221;</dc:creator>
		<pubDate>Mon, 31 May 2010 15:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=66#comment-124</guid>
		<description>[...] Fixed – jQuery DatePicker not working in Thickbox [...]</description>
		<content:encoded><![CDATA[<p>[...] Fixed – jQuery DatePicker not working in Thickbox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arvindnee</title>
		<link>http://www.robsearles.com/2009/01/27/fixed-jquery-datepicker-not-working-in-thickbox/comment-page-1/#comment-93</link>
		<dc:creator>arvindnee</dc:creator>
		<pubDate>Mon, 22 Mar 2010 12:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=66#comment-93</guid>
		<description>JQuery datepicker not working in thickbox.</description>
		<content:encoded><![CDATA[<p>JQuery datepicker not working in thickbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Searles</title>
		<link>http://www.robsearles.com/2009/01/27/fixed-jquery-datepicker-not-working-in-thickbox/comment-page-1/#comment-21</link>
		<dc:creator>Rob Searles</dc:creator>
		<pubDate>Fri, 17 Jul 2009 03:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=66#comment-21</guid>
		<description>Thanks Ivan, glad you found my post useful.</description>
		<content:encoded><![CDATA[<p>Thanks Ivan, glad you found my post useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://www.robsearles.com/2009/01/27/fixed-jquery-datepicker-not-working-in-thickbox/comment-page-1/#comment-20</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Fri, 17 Jul 2009 02:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.robsearles.co.uk/?p=66#comment-20</guid>
		<description>Simple but effective solution... nice touch...</description>
		<content:encoded><![CDATA[<p>Simple but effective solution&#8230; nice touch&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

