Uncaught Error: Bootstrap's JavaScript requires jQuery with requirejs
问题 I am getting this error that says jQuery is not defined. bootstrap.js:8 Uncaught Error: Bootstrap's JavaScript requires jQuerybootstrap.js:8 (anonymous function) Bootstrap v3.3.0 jQuery JavaScript Library v2.1.3 requirejs require.config({ shim: { 'backbone': { deps: ['underscore', 'jquery'] }, 'backbone-validation': { deps: ['backbone', 'jquery'] }, 'jquerymx': { deps: ['jquery'] }, 'bootstrap': { deps: ['jquery'] } }, paths: { 'jquery': '/public/js/lib/jquery-2.1.3', 'jquerymx': '/public/js