-
Notifications
You must be signed in to change notification settings - Fork 476
false positive on click deprecated? #414
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
Comments
Yes, this is a deprecated method. See #410 (comment) |
Hi This is not a answer to my question. I know the method is deprecated. But what is wrong with my code that it generates that message? What is the work around to avoid that message. There is no on('click', function(){}) or trigger(çlick') solution for this piece of code. My question was. "is this a false positive? Why is this issue closed so abrupt? |
That code calls the |
Hi
i have this js code
And i get a click deprecated notification on this part of the code on line 102
The full code of the function throwing the deprecation message is below.
even if i change the code to this i still get the deprecation message.
The full code is attached to this in a zip file.
Why do i get the deprecated message on this? If i turn off jquery migrate the code works just fine. What am i missing here? Is this a false positive?
The text was updated successfully, but these errors were encountered: