<?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: Zebra_Datepicker, a lightweight datepicker jQuery plugin</title>
	<atom:link href="http://stefangabos.ro/jquery/zebra-datepicker/feed/" rel="self" type="application/rss+xml" />
	<link>http://stefangabos.ro</link>
	<description>web developer extraordinaire</description>
	<lastBuildDate>Sun, 16 Jun 2013 08:43:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Stefan Gabos</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-18/#comment-3835</link>
		<dc:creator>Stefan Gabos</dc:creator>
		<pubDate>Sun, 16 Jun 2013 07:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3835</guid>
		<description><![CDATA[thank you, i&#039;ll have a look]]></description>
		<content:encoded><![CDATA[<p>thank you, i&#8217;ll have a look</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Gabos</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-18/#comment-3833</link>
		<dc:creator>Stefan Gabos</dc:creator>
		<pubDate>Sun, 16 Jun 2013 07:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3833</guid>
		<description><![CDATA[seems like a bug, I&#039;ll have a look, thank you!]]></description>
		<content:encoded><![CDATA[<p>seems like a bug, I&#8217;ll have a look, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sascha</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-18/#comment-3826</link>
		<dc:creator>sascha</dc:creator>
		<pubDate>Sat, 15 Jun 2013 10:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3826</guid>
		<description><![CDATA[Hi Stefan,
thanks for integrating the allowed dates if the in an unallowed date.

Is it possible that 1.7.7 has problems with IE8? I tried on one of my sites and it doesn&#039;t work. And I think that worked before with the older version.
I&#039;ve also tried now the example on this site and the also doesn&#039;t work in IE8.
Is that a problem, that only I&#039;ve or a generally one?

Regards,
Sascha]]></description>
		<content:encoded><![CDATA[<p>Hi Stefan,<br />
thanks for integrating the allowed dates if the in an unallowed date.</p>
<p>Is it possible that 1.7.7 has problems with IE8? I tried on one of my sites and it doesn&#8217;t work. And I think that worked before with the older version.<br />
I&#8217;ve also tried now the example on this site and the also doesn&#8217;t work in IE8.<br />
Is that a problem, that only I&#8217;ve or a generally one?</p>
<p>Regards,<br />
Sascha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jojo</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-18/#comment-3815</link>
		<dc:creator>jojo</dc:creator>
		<pubDate>Thu, 13 Jun 2013 04:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3815</guid>
		<description><![CDATA[Stefan, thank you for this great plugin !

I found a problem when I set direction &#039;2010&#039; to &#039;2015&#039;, and set format to &#039;Y&#039;,

the calendar just display 2003-2014, and it can&#039;t press next button to 2015, it needs press a
year first, and shows calendar again, then the calendar shows the whole years.

here is my code:

&lt;pre&gt;&lt;code&gt;$(document).ready(function() {

  $(&#039;#datepicker-example1&#039;).Zebra_DatePicker({
    format:&#039;Y&#039;,
  });

  var datepicker = $(&#039;#datepicker-example1&#039;).data(&#039;Zebra_DatePicker&#039;);
  datepicker.update({
    direction: [&#039;2010&#039;, &#039;2015&#039;],
  });

});&lt;/code&gt;&lt;/pre&gt;
		 
Do you have any idea ?

Thank you so much !]]></description>
		<content:encoded><![CDATA[<p>Stefan, thank you for this great plugin !</p>
<p>I found a problem when I set direction &#8217;2010&#8242; to &#8217;2015&#8242;, and set format to &#8216;Y&#8217;,</p>
<p>the calendar just display 2003-2014, and it can&#8217;t press next button to 2015, it needs press a<br />
year first, and shows calendar again, then the calendar shows the whole years.</p>
<p>here is my code:</p>
<pre><code>$(document).ready(function() {

  $('#datepicker-example1').Zebra_DatePicker({
    format:'Y',
  });

  var datepicker = $('#datepicker-example1').data('Zebra_DatePicker');
  datepicker.update({
    direction: ['2010', '2015'],
  });

});</code></pre>
<p>Do you have any idea ?</p>
<p>Thank you so much !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Gabos</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-17/#comment-3796</link>
		<dc:creator>Stefan Gabos</dc:creator>
		<pubDate>Wed, 12 Jun 2013 06:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3796</guid>
		<description><![CDATA[well, it&#039;s all written down in the &quot;Configuration&quot; section but here you go again:
after you attach the datepicker to a text element, somewhere on your page
&lt;pre&gt;&lt;code&gt;$(&#039;element&#039;).Zebra_DatePicker();&lt;/code&gt;&lt;/pre&gt;
you&#039;ll open it when clicking on a button like this
&lt;pre&gt;&lt;code&gt;var datepicker = $(&#039;element&#039;).data(&#039;Zebra_DatePicker&#039;);
$(&#039;somebutton&#039;).bind(&#039;click&#039;, function(e) {
  datepicker.show()
});&lt;/code&gt;&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>well, it&#8217;s all written down in the &#8220;Configuration&#8221; section but here you go again:<br />
after you attach the datepicker to a text element, somewhere on your page</p>
<pre><code>$('element').Zebra_DatePicker();</code></pre>
<p>you&#8217;ll open it when clicking on a button like this</p>
<pre><code>var datepicker = $('element').data('Zebra_DatePicker');
$('somebutton').bind('click', function(e) {
  datepicker.show()
});</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhamaso</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-17/#comment-3795</link>
		<dc:creator>dhamaso</dc:creator>
		<pubDate>Wed, 12 Jun 2013 02:49:46 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3795</guid>
		<description><![CDATA[Can I change the trigger element?
I want to show the datepicker when i click on a button.

$(&#039;element&#039;).Zebra_DatePicker({
trigger : $(&#039;#btn-el&#039;)
});

It&#039;s possible do that?]]></description>
		<content:encoded><![CDATA[<p>Can I change the trigger element?<br />
I want to show the datepicker when i click on a button.</p>
<p>$(&#8216;element&#8217;).Zebra_DatePicker({<br />
trigger : $(&#8216;#btn-el&#8217;)<br />
});</p>
<p>It&#8217;s possible do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arman</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-17/#comment-3781</link>
		<dc:creator>Arman</dc:creator>
		<pubDate>Mon, 10 Jun 2013 06:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3781</guid>
		<description><![CDATA[This is the perfect datepicker. is it possible to integrate this plugin with wordpress archive &amp; how?]]></description>
		<content:encoded><![CDATA[<p>This is the perfect datepicker. is it possible to integrate this plugin with wordpress archive &amp; how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarek</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-17/#comment-3728</link>
		<dc:creator>tarek</dc:creator>
		<pubDate>Sat, 01 Jun 2013 16:22:05 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3728</guid>
		<description><![CDATA[thanks it is exactly i want]]></description>
		<content:encoded><![CDATA[<p>thanks it is exactly i want</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Gabos</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-17/#comment-3727</link>
		<dc:creator>Stefan Gabos</dc:creator>
		<pubDate>Sat, 01 Jun 2013 15:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3727</guid>
		<description><![CDATA[I&#039;m not sure if I understand what you are trying to say,but I think you need to set the &quot;readonly_element&quot; property to FALSE]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if I understand what you are trying to say,but I think you need to set the &#8220;readonly_element&#8221; property to FALSE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Gabos</title>
		<link>http://stefangabos.ro/jquery/zebra-datepicker/comment-page-17/#comment-3724</link>
		<dc:creator>Stefan Gabos</dc:creator>
		<pubDate>Sat, 01 Jun 2013 15:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://stefangabos.ro/?page_id=861#comment-3724</guid>
		<description><![CDATA[nope]]></description>
		<content:encoded><![CDATA[<p>nope</p>
]]></content:encoded>
	</item>
</channel>
</rss>
