In search of JavaScript Month Picker

后端 未结 6 1191
醉梦人生
醉梦人生 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:25

    To anyone still looking forward into this (as I was), here is an beautiful, easy to use, jQuery UI compatible, well documented, tested alternative:

    Month picker example

    Its default usage is simple as doing the following:

    $("input[type='month']").MonthPicker();
    
    • GitHub
    • Fiddle with Examples and tests

提交回复
热议问题