jQuery.threesixty icon indicating copy to clipboard operation
jQuery.threesixty copied to clipboard

Added 'rotate' event

Open criedel opened this issue 13 years ago • 0 comments

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); });

criedel avatar Oct 13 '12 10:10 criedel