I would like to get the HTML5 input date-picker to work on normally incompatible browsers, i.e. to have the look and functionaly as close as possible to jQuery's datepicker.
By including the libraries described in the documentation (inserted here at bottom) + the whole folder shims
I get it to work as expected.
But as the shim
folder contains many extraneous files - how do I understand which ones I should keep and which to throw away as there doesn't seem to be an option to custom build the Webshim library?
<script src="js/jquery-1.9.1.js"></script>
<script src="js/modernizr-yepnope-custom.js"></script>
<script src="js-webshim/minified/polyfiller.js"></script>
<script>
$.webshims.polyfill('forms');
</script>