kthornbloom/Smoothproducts

Problem to load with with Jquery 3.x.x

drigon opened this issue · 1 comments

Use:

$(window).on('load', function() {
$('.sp-wrap').smoothproducts();
});

Instead of:

$(window).load( function() {
$('.sp-wrap').smoothproducts();
});

Thank you very much