I\'m in search of a JavaScript month selection tool. I\'m already using jQuery on the website, so if it were a jQuery plugin, that would fit nicely. I\'m open to other optio
To anyone still looking forward into this (as I was), here is an beautiful, easy to use, jQuery UI compatible, well documented, tested alternative:
Its default usage is simple as doing the following:
$("input[type='month']").MonthPicker();