jQuery.threesixty
jQuery.threesixty copied to clipboard
A plug-in that turns an array of images into a 360 degrees interactive view that can be rotated at will
An event 'rotate' should be triggered each time the image's src attribute is changed. Example: $('#images img').on('rotate', {}, function (event, index) { console.log('showing index ' + index); });
How to stop the auto rotate in a button click event can anyone suggest pls.................
Is there a way to bind a callback-listener to be notified when another image of the slideshow is shown? $('#three60').on('rotate', {}, callback);
I am trying to load my 36 sequence of images .But i am facing a problem in loading all images.I need to know where i went wrong ...here is my...