zorab47 / jquery.ui.monthpicker

Monthpicker widget for jQuery UI
http://zorab47.github.io/jquery.ui.monthpicker
MIT License
24 stars 10 forks source link

Inline version of Monthpicker #3

Open zorab47 opened 11 years ago

zorab47 commented 11 years ago

Allow an inline version of the monthpicker that isn't tied to an input field and is constantly shown on the page.

AdminDesigns commented 9 years ago

Hey zorab,

Thanks for all the hardwork and for providing such a useful plugin. Did you by anychance ever implement an inline version for this? Cheers mate

zorab47 commented 9 years ago

No, I haven't needed it yet. Plus, you are the first with the request. ;) Most of the effort would be porting jQuery's datepicker code to work as a month picker, however, testing it works isn't trivial.

I'm happy to accept pull requests.