Bootstrap v3 is not compatible with jQuery 3.0
Created by: ghost
jQuery 3.0 and jQuery Compat 3.0 Alpha Versions Released
I have not tested everything but Modals are broken because of this major change:
Major changes
Simplified .show() and .hide() methods
If you have elements in a stylesheet that are set to display: none, the .show() method will no longer override that. So the most important rule for moving to jQuery 3.0 is this: Don’t use a stylesheet to set the default of display: none and then try to use .show() – or any method that shows elements, such as .slideDown() and .fadeIn() – to make it visible.
JSBin jQuery v1.11.1 http://jsbin.com/sokiyuzepi/1/edit?html,output JSBIN jQuery v3.0.0 alpha http://jsbin.com/xuteferejo/1/edit?html,output