jquery.mtz.monthpicker icon indicating copy to clipboard operation
jquery.mtz.monthpicker copied to clipboard

Monthpicker, the missing JQuery widget.

Results 23 jquery.mtz.monthpicker issues
Sort by recently updated
recently updated
newest added

This could case unexpected memory leaks or even unexpected behavior if the id somehow gets reused.

Not sure if this is really a monthpicker issue or Mozilla Firefox issue. It is not possible to select any option from year select when - monthpicker is inside bootstrap...

Hi, When using this plugin with jquery 1.6, I got the error of 'Uncaught TypeError: undefined is not a function ' in line 87 in chrome: ``` if (settings.openOnFocus ===...

My code is like this, var months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; var current_month = new Date().getMonth(); months.splice(0, current_month); $('.from_date').monthpicker({ startYear: 1900,...

I have set up the pattern: 'mmm yyyy', I then also sen in my own month names for i18n. I give it a selectedMonth: 12 in the options. But when...

This pull request adds clear button in the plugin container next to the year drop down. # Purpose Once month picker is applied to a text field, it is not...

It would be quite nice to be able to display it inline, the way jQuery's datepicker does : http://jqueryui.com/datepicker/#inline