0.3.6 • Published 9 years ago
datemonth-picker v0.3.6
Date/Month picker
Usage:
<div id="datemonth">
<input name="datemonth" type="text" value="Nov 1971">
</div>
<script src="DateMonth.js"></script>
<script>
$(function() {
var element = $("#datemonth")[0];
// Pass the element to replace:
DateMonth(element);
});
</script>Build
npm install
npm run distTest
npm testLint
npm run lintOpen index.html in browser
0.3.6
9 years ago