In search of JavaScript Month Picker

后端 未结 6 1169
醉梦人生
醉梦人生 2020-12-08 02:23

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

6条回答
  •  温柔的废话
    2020-12-08 02:50

    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

提交回复
热议问题