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

x=r.size() and y=r.size() undefinded #39

Open
nishantkumar155 opened this issue Jan 16, 2018 · 4 comments
Open

x=r.size() and y=r.size() undefinded #39

nishantkumar155 opened this issue Jan 16, 2018 · 4 comments

Comments

@nishantkumar155
Copy link

No description provided.

@nishantkumar155
Copy link
Author

The plugin will no longer run with the newest version of JQuery. The fix is to use .length instead of .size()

@nishantkumar155
Copy link
Author

@neeraprajapati
Copy link

Resolve this issue by replacing size() function to length in "jquery.jcarousellite.min.js".
.size() is deprecated as of jQuery 1.8 and removed in jQuery 3.0 in favor of the .length property.

@256051
Copy link

256051 commented Jun 30, 2024

Resolve this issue by replacing size() function to length in "jquery.jcarousellite.min.js". .size() is deprecated as of jQuery 1.8 and removed in jQuery 3.0 in favor of the .length property.

thanks

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

3 participants