firstandthird / weekly

a jQuery Weekly Calendar Plugin
MIT License
3 stars 2 forks source link

#18 Scroll to first event #19

Closed dawnerd closed 10 years ago

dawnerd commented 10 years ago

Adds option to scroll to first event.

Usage:

$('#weekly').weekly({
  scrollFirstEvent: 'today'
});

or

el.weekly('setScrollFirstEvent', 'everyday');

Valid values:

If there's no events to scroll to, it defaults to startTimeScrollOffset or 8am.