We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the cycle sliderwith jquery 4.0 it creates this error data.hasOwnProperty is not a function
It is probably caused because query 4.0? has removed .pusg .sort & .splice
How to fix these issues with jquery 4.0?
Any guidance or solution?
is this js still supported?
The text was updated successfully, but these errors were encountered:
The solution is here. https://stackoverflow.com/questions/78910988/jquery-4-0-data-hasownproperty-is-not-a-function
change 2 lines in the js file
`data = $.extend({}, container.data() || {});` `var slideOpts = $.extend({}, slide.data() || {} );`
Sorry, something went wrong.
No branches or pull requests
When using the cycle sliderwith jquery 4.0 it creates this error data.hasOwnProperty is not a function
It is probably caused because query 4.0? has removed .pusg .sort & .splice
How to fix these issues with jquery 4.0?
Any guidance or solution?
is this js still supported?
The text was updated successfully, but these errors were encountered: