jQuery(document).ready(function ($) { $('div.category-products').infinitescroll({ 'loading': { 'finishedMsg': "Список товаров загружен.", 'img': "http://russiabellydance.com/media/loading.gif", 'msgText': "Загрузка списка товаров...", 'selector': "div.category-products" }, 'navSelector': "div.toolbar:last", 'nextSelector': "div.pages a.next:first", 'itemSelector': "ul.products-grid", 'extraScrollPx': 1, 'doneText': "Список товаров загружен.", 'bufferPx': 1, 'callback': 1, 'behavior': "magento" }, function(elements){ decorateGeneric($$('ul.products-grid'), ['odd','even','first','last']); } ); });