Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
html 5 support
  • Loading branch information
KidSysco committed Jun 10, 2013
1 parent c465f99 commit 5d2c51e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ script src="MonthPicker.2.0.min.js" type="text/javascript"></script>
$('#TextBox1').MonthPicker({ StartYear: 2020, ShowIcon: false });
$('#TextBox2').MonthPicker().css('backgroundColor', 'lightyellow');
</pre>
<p>Calling the MonthPicker on HTML 5 Month Input types is currently addressed but still under development. The version of Chrome that I currently run shows some nice examples of how this plugin works with the HTML 5 Month Input Type.</p>
<p>W3C Month Input Type Documentation: http://www.w3.org/TR/html-markup/input.month.html</p>

<h2>API Methods</h2>
<p> <b>$('.selector').MonthPicker('Clear')</b>
Expand Down

0 comments on commit 5d2c51e

Please sign in to comment.