Hacker News new | ask | show | jobs
by gautaml 5210 days 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

:)

1 comments

please remove this annoying animation, and strange effect with mouse cursor on inactive days (for a moment I thought that chrome has crashed)
You 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.