Bootstrap's JavaScript requires jQuery While jQuery is already loaded

前端 未结 4 740
终归单人心
终归单人心 2021-01-18 00:01

I\'m facing an error with loading the Bootstrap library as it always gives this error:

Uncaught Error: Bootstrap\'s JavaScript requires j

4条回答
  •  深忆病人
    2021-01-18 00:47

    The problem is that you are using a higher version. Use this version:

    http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js
    

提交回复
热议问题