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

doesn' work with jquery 3.1.2 #38

Open
oitsuki opened this issue Jun 19, 2017 · 1 comment
Open

doesn' work with jquery 3.1.2 #38

oitsuki opened this issue Jun 19, 2017 · 1 comment

Comments

@oitsuki
Copy link

oitsuki commented Jun 19, 2017

hello,

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

@pufei889
Copy link

Use:

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

Instead of:

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

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