Since today I am getting an error as follows:
Uncaught TypeError: X[g].exec is not a function fb tokenize
This is the stack trace:
Uncaught TypeError: X[g].exec is not a function
fb.tokenize @ jquery.min.js:2
fb.compile @ jquery.min.js:2
fb.select @ jquery.min.js:2
fb @ jquery.min.js:2
m.event.handlers @ jquery.min.js:3
m.event.dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3
The project is an Angularjs app built in an .NET MVC Area. Dependencies are:
- http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css and corresponding js
- https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js
- /Resources/Libs/AngularJS/Libs/angular-file-upload-shim.min.js
- /Resources/Libs/AngularJS/Libs/bootstrap.min.js/Resources/Libs/AngularJS/Libs/wysihtml5-0.3.0.min.js
- /Resources/Libs/AngularJS/Libs/bootstrap3-wysihtml5.js
- http://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/js/toastr.js"
Edit
Seems to be a problem with Bootstrap.js file, where an alert is supposed to be dismissed but not found. JQuery Sizzle can't find "[alert-dismiss]"
.
The fb is Sizzle in minified version of JQuery.