-
Notifications
You must be signed in to change notification settings - Fork 211
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
Bug with jquery 3.1.1 #180
Comments
Having the same issue. |
Same here. Any clues? |
Same problem, using jQuery 3.2.1: This happens when you click on the chosen option... last update fot this is 4 years ago, so I dont expect an solution soon. Think the jQuery UI selectmenu is a good alternative. ***** EDIT ***** (This function has been deprecated and is now an alias for .addBack(), which should be used with jQuery 1.8 and later.) |
I too see the
problem, but find it only occurs during an exception. So it seems that exception handling is broken or at least crippled. My workaround was to revise my code to avoid the exception (in my case it was pre-initializing ALL of my @Seoptics, I tried jQuery UI selectmenu, but it doesn't support |
As pointed out by @akurfuerst and @Seoptics (see marcj#180), andSelf() is removed in jquery 3, see https://jquery.com/upgrade-guide/3.0/#breaking-change-andself-removed-use-addback
with jquery 3.1.1, console says: TypeError: a(...).parents(...).andSelf is not a function
The text was updated successfully, but these errors were encountered: