Hi,
i made a little path for select active slide button. Can you add to master tree?
Thank's,
Petr Mašát
From c14153e25820f31ddec7734a64d5d57feaf81a23 Mon Sep 17 00:00:00 2001
From: Petr Mašát <petr.masat@onlio.com>
Date: 28.3.2014 11:31:46
Select active class for slide button
diff --git a/index.html b/index.html
index 24400d4..f8b62fb 100644
--- a/index.html
+++ b/index.html
@@ -251,6 +251,10 @@
// Update the active slide index
i = slides.index(e.target);
+
+ // select active class for slide button
+ jQuery('.slide_button').removeClass('active');
+ jQuery('.slide_button').eq(i).addClass('active');
})
// The code below handles what happens before any swipe event is triggered.
Hi, i made a little path for select active slide button. Can you add to master tree? Thank's, Petr Mašát