Skip to content

Conversation

@criedel
Copy link

@criedel criedel commented Oct 13, 2012

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

…changed

example:

$('#images img').on('rotate', {}, function (event, index) {
    console.log('showing index ' + index);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant