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
