Response title
This is preview!
$('#slideshow1').cycle( { fx: 'curtainX', easing: 'easeOutBack', delay: -4000, next: '#Button1Next', prev: '#Button1Prev', before: getCurrent });
function getCurrent(currSlideElement, nextSlideElement, options, forwardFlag) { currSlideID = currSlideElement.id; //alert(currSlideElement.id); }
<div id="slideshow1" style="position: relative;"> <div id="1.1" style="left: 300px; top: 0px; width: 0px; height: 420px; display: none; position: absolute; z-index: 4; opacity: 1;"> <img class="first" src="itemsPics/1/adi.jpg"><center> <span class="shortDesc">Test1</span></center> </div> <div id="3.2" style="left: 329.44px; top: 0px; width: 0px; height: 420px; overflow: hidden; display: block; position: absolute; z-index: 4; opacity: 1;"> <img class="slide" src="itemsPics/3/DSCF0016 (Small).jpg"><center> <span class="shortDesc">Test2</span></center> </div> <div id="3.3" style="left: -29.44px; top: 0px; width: 658.89px; height: 420px; overflow: hidden; display: block; position: absolute; z-index: 3; opacity: 1;"> <img class="slide" src="itemsPics/3/paris 003.jpg"><center> <span class="shortDesc">Test3</span></center> </div> </div>
© 2013 jQuery Foundation
Sponsored by and others.