kthornbloom / Smoothproducts

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

doesn' work with jquery 3.1.2 #38

Open oitsuki opened 7 years ago

oitsuki commented 7 years ago

hello,

I tried you plug in but it does'nt seem to work with the latest jquery.

pufei889 commented 5 years ago

Use:

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

Instead of:

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