/ Published in: JavaScript
Expand |
Embed | Plain Text
var api = $('#item').data('scrollable'); api.onSeek(function(event) { var current_item = this.getItems().eq(this.getIndex()); });
You need to login to post a comment.
