-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
jQuery 3.* it's supported? #1155
Comments
it should support what bootstrap supports |
View example throw errors with jQuery 3.* , but with 2.* not |
Are you sure these errors are thrown by the JS shipped with this theme? To me it looks like it's |
I using Oficial jQuery 3.1.1 with Oficial bootstrap 3.3.7 |
Seems to be a known problem in bootstrap: twbs/bootstrap#21328 |
For our project 4Minitz we had the same issue - after migrating from jQuery 2.x to jQuer 3.x. It seems the root cause was a breaking incompatibility of Twitter Bootstrap2 => Bootstrap3 migration. (see comment of @migerh above). To make a long story short: To fix it, we removed this attribute:
Now everything works fine - even with jQuery v3 & Bootstrap v3! |
Other workarround, update to bootstrap 3.4.1. The dropdown now works without jQuery. |
jQuery 3.* it's supported?
Example: https://jsfiddle.net/snessnes/vxr1vLyu/
Elements not show normally and errors in console when click links.
Uncaught Error: Syntax error, unrecognized expression: #
at Function.ga.error (jquery.min.js:2)
at ga.tokenize (jquery.min.js:2)
at ga.select (jquery.min.js:2)
at Function.ga [as find] (jquery.min.js:2)
at r.fn.init.find (jquery.min.js:2)
at r.fn.init (jquery.min.js:2)
at r (jquery.min.js:2)
at b (bootstrap.min.js:6)
at HTMLAnchorElement. (bootstrap.min.js:6)
at Function.each (jquery.min.js:2)
The text was updated successfully, but these errors were encountered: