/ 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.
riddla on 07/16/11
1 person have marked this snippet as a favorite
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.