continuouscalendar / jquery-continuous-calendar

Date picker and range selector with scrollable months instead of paged (the only right way to do it)
http://continuouscalendar.github.io/jquery-continuous-calendar/
85 stars 35 forks source link

Trigger calendarChange caller upon first draw #54

Open mprokopov opened 11 years ago

mprokopov commented 11 years ago

At first thank you very much for jquery implementation of calendar idea.

I'm implementing post form action upon calendar selection, but it seem calendar triggers callback when it finished to draw itself, which is not "after change", obviously.

Is it bug, of such behavior is by design?

eeroan commented 11 years ago

It was by design, but it can be changed. Perhaps it could trigger separate event when it's ready and when user does a selection. I'm happy to accept such pull request :)

raimohanska commented 11 years ago

Seems like a good idea. Will most probably break some apps, though.