kthornbloom / Smoothproducts

A simple, lightweight and responsive product image viewer using jQuery
kthornbloom.com/smoothproducts
185 stars 89 forks source link

Problem to load with with Jquery 3.x.x #30

Open drigon opened 7 years ago

drigon commented 7 years ago

Use:

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

Instead of:

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

pufei889 commented 5 years ago

Thank you very much