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
Feel free to have a look on my own jQuery plugin :
Easy to use :
$("#myTextInput").Monthpicker();
There is not a lot of options yet, but you can bound the input to a restricted range of month.
There are also events that provide a way of coding interdependency between two monthpicker (start & end date)
You can find a live demo here : Codepen
You are free to take the source code from Github and change whatever you want : Github repository