/jquery-datepicker

The jQuery datepicker by Kelvin Luck hasn't been updated since 2007. This is still a great plugin, simpler than using jQuery UI but breaks in jQuery 1.7. I have fixed this plugin for 1.7 and will attempt to continue to maintain it.

Primary LanguageJavaScriptMIT LicenseMIT

jQuery Datepicker

Summary

"This is an clean, unobtrusive plugin for jQuery which allows you to easily add date inputing functionality to your web forms and pages. Designed from the ground up to be flexible and extensible, the date picker can be used in unlimited ways to allow you to add calendar widgets to your pages."

Amends

by Mike Lehan (2012 onwards)

This plugin is a great way to get a quick date picker in jQuery. Unfortunately it stopped working as of jQuery 1.7 because of deprecation of $.event and changes to how class attributes are handled. I have fixed these, and will try and maintain/add to the plugin as I see fit.

I have also added a useful document.ready helper - any input with the class of "date" will change automatically. I will attempt to make further changes so that the plugin works with [type="date"] but this breaks it in some browsers at present.