
How to use
Simply pass in an object containing your slides to the cuepoint.init method. The time is in seconds
$(document).ready(function(){
var slides = {5:"Hello World"}
cuepoint.init(slides);
cuepoint.play();
});
If you want to create skip to links you can use the setTime(seconds) method and bind it to a jQuery click event
$('a').click(function(){
cuepoint.setTime(60);
});
Website: http://cuepoint.org/
Download: https://github.com/owainlewis/cuepoint
Who Read This Article Also Interested:::
| ←Previous Qommunication: Free Facebook Clone Script | High Quality jQuery Plugins of 2011 Next→ |
|---|
