We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The timeline jquery plugin currently supports a subset of all events triggered by the original simile timeline control.
Triggered when the timeline is scrolled, passing the bands as a parameter.
$("#timeline").on("timline-scroll", function(event, bands) { });
Triggered when an selectable event in the timeline is clicked.
$("#timeline").on("timeline-event-select"), function(event, band) { });