Closed codekipple closed 9 years ago
See issue #91
Cool. Additionally we should probably move to using CSS classes rather than hardcoded styles.
Yes that would be a good idea. Toggling a class both on the datepicker and the associated element.
Want to create a PR for that too? Just needs to move the styles to the stylus file and use class names instead of inline styles
Ok I'll have a look at it. I'm going to give 'free navigation' a go first, you mention here #105 as that's the thing I need at the moment on the website I'm building.
Sweet. Thanks for putting work in for rome
:)
Would you be interested in a pull request adding watchify to the gulp setup? I've just added it for myself to speed up builds when working.
It makes a big difference making a change on watch of the js builds in about 0.15 seconds as opposed to 5 seconds. Also the gulp file might benefit from sectioning up a bit with comments.
Sure.
Added check to hideCalendar() function to avoid calling the hide event when the calendar was already hidden.
Without this the hide event is called every time the user clicks the mouse.