PhotoDune

slidesjs Plugin Play button

63 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
  • Sold between 10 000 and 50 000 dollars
bigtreat says

hi i want to make a start and stop button in slides.js plugin i use the following code

$(‘a#stop’).click(function(){ clearInterval( $(”#slides”).data(‘interval’));

});
$('a#play').click(function(){
});

this plugin is come under the http://www.apache.org/licenses/LICENSE-2.0

i do this In Inline script and stop button is working and i confused to make play button

plugin site http://slidesjs.com/

Please help me

by
by
by
by
by