$(document).ready(function() { $("div.art_preview").each(function() { $('#'+$(this).attr('id')).scrollable({ globalNav: false, nextPage: '#'+$(this).attr('id')+' .nextPage', prevPage: '#'+$(this).attr('id')+' .prevPage' }); }); });