Skip to content

Instantly share code, notes, and snippets.

@razbakov
Created December 3, 2012 17:34
Show Gist options
  • Save razbakov/4196598 to your computer and use it in GitHub Desktop.
Save razbakov/4196598 to your computer and use it in GitHub Desktop.
$(document).ready(function (){
$("#pikame").PikaChoose({carousel:true, carouselVertical:true, hoverPause:true, stopOnClick: true, startOn:0});
$("#pikame li:eq(0) .clip img").click();
setInterval(function(){
$('.pikachoose').show();
}, 500);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment