Skip to content

Instantly share code, notes, and snippets.

@j100002ben
Created November 26, 2012 10:31
Show Gist options
  • Save j100002ben/4147564 to your computer and use it in GitHub Desktop.
Save j100002ben/4147564 to your computer and use it in GitHub Desktop.
TT
<div id="index-banner-slide">
<ul>
<li>
<a href="#"><img src="" /></a>
</li>
<li>
<a href="#"><img src="" /></a>
</li>
<li>
<a href="#"><img src="" /></a>
</li>
</ul>
</div>
<a href="#" id="index-banner-member-prev"></a>
<a href="#" id="index-banner-member-next"></a>
<script type="text/javascript">
//<![CDATA[
;(function(window, undefined) {
var document = window.document
, $ = window.jQuery
;
$(function(){
var $slide_object = $('#index-banner-slide').slideshow({
move_time: 1000
});
$('#index-banner-member-prev').click(function(event){
$slide_object.trigger('slideshow-prev');
});
$('#index-banner-member-next').click(function(event){
$slide_object.trigger('slideshow-next');
});
});
})(this);
//]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment