Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
updated reccomendation to use html 5.
  • Loading branch information
KidSysco committed Jun 10, 2013
1 parent 1c4f127 commit 556d881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $('#TextBox2').MonthPicker().css('backgroundColor', 'lightyellow');
</pre>

<h2>HTML 5 Month Input Support</h2>
<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>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. The HTML 5 support in Chrome appears to make input masking and validation obsolete. This is quickly becoming the reccomended way to use this plugin.</p>
<p>W3C Month Input Type Documentation: http://www.w3.org/TR/html-markup/input.month.html</p>

<h2>API Methods</h2>
Expand Down

0 comments on commit 556d881

Please sign in to comment.