Open GoogleCodeExporter opened 9 years ago
change
$("a[rel='history']").live('click', function(e) {
if (e.button != 0) return true;
$("a[rel='history']").live('mouseover', function(e) {
if (e.button != 0) return true;
The problem that I have, is that when the mouse rolls over slideshow-container
div then the pictures start to scroll on their own. It's annoying and I'm
trying to figure out the issue.
Original comment by Sdover...@gmail.com
on 29 Oct 2012 at 5:00
check out this jQuery
http://www.designchemical.com/lab/jquery/demo/jquery_demo_image_swap_gallery.htm
Original comment by benjamin...@gmail.com
on 29 Oct 2012 at 5:14
Original issue reported on code.google.com by
francois...@gmail.com
on 12 Feb 2012 at 9:22