Init all functionality after Loadmore
-
I need to add some function after loadmore event in loadmore plugin to init variations of new loaded products.
May be something like
$(‘.variations_form’).each(function(){
$(this).init_variations_form();
});
or a single init function
I tried to use viwpvs_frontend_init(); but it doesn’t work.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Init all functionality after Loadmore’ is closed to new replies.