$(function(){ var api = $("#agenda .scrollable").scrollable({size:4, api:true}); var scrollIndex = $(".item_partido").index($(".proximos").eq(0)); if(scrollIndex == -1){scrollIndex = 10;} api.seekTo(scrollIndex); $(window).resize(function() { api.seekTo(api.getIndex() - 1,0).seekTo(api.getIndex() + 1,0); }); });
DataFactory