How to stop infinity scroll
-
I`m loading my contents through AJAX. So I have a problem with YITH infinity scrolling. I try to stop plugin when I choose the filter on category page, because plugin “YITH IS” add products from category without using filter.
Maybe I should re-initialize plugin, but I try to use code from another topic, but I have error “.yit_infinitescroll is not a function”
should I change selectors in this code for my?$( yith_infs.contentSelector ).yit_infinitescroll( { nextSelector : yith_infs.nextSelector, navSelector : yith_infs.navSelector, itemSelector : yith_infs.itemSelector, contentSelector : yith_infs.contentSelector, loader : '<img src="' + yith_infs.loader + '" />', is_shop : yith_infs.shop } );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to stop infinity scroll’ is closed to new replies.