Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
drigon opened this issue Dec 2, 2016 · 1 comment
Open

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

drigon opened this issue Dec 2, 2016 · 1 comment

Comments

@drigon
Copy link

drigon commented Dec 2, 2016

Use:

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

Instead of:

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

@pufei889
Copy link

Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants