7 ms·
Definitely like some of the features in this picker. If anyone's ever looking for a lightweight simple date picker (~4k) you can always check out mine: https:
by gautaml 15y ago
Definitely like some of the features in this picker.
If anyone's ever looking for a lightweight simple date picker (~4k) you can always check out mine:
https://github.com/glad/glDatePicker https://github.com/glad/glDatePicker
:)
- omgtehlion 15y agoplease remove this annoying animation, and strange effect with mouse cursor on inactive days (for a moment I thought that chrome has crashed)
- gautaml 15y agoYou can actually remove the calls to slideUp(200) and slideDown(200) and replace them with hide() and show() respectively. As well you can set the -hover class to not alter the looks if you don't want the hover effect.