We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5015e8 commit f159055Copy full SHA for f159055
js/script.js
@@ -8,8 +8,7 @@ $(window).load(function() {
8
.append($prev, $next)
9
.hover(function() { $slides.cycle('toggle'); $prev.toggle(); $next.toggle(); }),
10
$pager = $('<div id="pager"></div>').hover(
11
- function() { $slides.cycle('pause'); $prev.show(); $next.show(); },
12
- function() { $prev.hide(); $next.hide(); $slides.cycle('resume'); }
+ function() { $slides.cycle('toggle'); $prev.toggle(); $next.toggle(); }
13
)
14
;
15
0 commit comments