jQuery.monthpicker
Pick month and year with this jQuery plugin.
Usage
The plugin accepts a few options:
years
array of years to select fromtopOffset
distance in pixels from the element offsetonMonthSelect
event triggered when selecting a month
Example:
;
See more at examples folder.
Styles
The HTML generated for the popup is shown below:
2015 2014 2013 2012 2011 January February March April May June July August September October November December
Some initial styles are added in the css/jquery.monthpicker.css file. You can change them as you please.
Tests
Run tests at test folder with QUnit.
Licence
jQuery.monthpicker is licensed under the terms of the MIT License.