jQuery.threesixty
jQuery.threesixty copied to clipboard
Added 'rotate' event
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); });