Skip to content
kusog edited this page Jul 31, 2013 · 2 revisions

Events

The timeline jquery plugin currently supports a subset of all events triggered by the original simile timeline control.

timeline-scroll

Triggered when the timeline is scrolled, passing the bands as a parameter.

$("#timeline").on("timline-scroll", function(event, bands) { });

timeline-event-select

Triggered when an selectable event in the timeline is clicked.

$("#timeline").on("timeline-event-select"), function(event, band) { });

Clone this wiki locally