I am currently using jQuery, Twitter Bootstrap and AngularJS for my web application. I\'ve been trying to do routing, but jQuery keeps giving me Syntax error, unrecogn
This issue appear when using jquery v3.* and bootstrap3, because "#" is no longer a valid selector(
You can fix it by using instead of and remove attributes href="#" and data-target="#" for dropdowns.
Looks like this: