From bbf8d068f613e170da8da6d8fcd8bbecc75d527c Mon Sep 17 00:00:00 2001 From: Martijn Date: Sat, 23 May 2015 17:59:11 +0200 Subject: [PATCH] Example of jumping straight to Nth cover --- demo.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/demo.html b/demo.html index ba499ad..b4d0f6b 100644 --- a/demo.html +++ b/demo.html @@ -114,6 +114,10 @@ $('.coverflow').coverflow('index', -1); }); + $('#goto6').click(function() { + $('.coverflow').coverflow('index', 6-1); // zero-based index! + }); + /* CD covers */ if ($.fn.reflect) { @@ -158,6 +162,7 @@

Examples

Alphabet selector

+
A