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

Optimized calendar body creation for IE7 #25

Closed puustinen closed 13 years ago

puustinen commented 13 years ago

1) Reduced the amount of append calls and replaced this by building strings 2) Removed scroll to selection for popup version as it was unnecessary.

Load times for 4 calendars reduces from ~5s to 2s in a specific scenario with IE7