Bootstrap's JavaScript requires jQuery While jQuery is already loaded

前端 未结 4 835
终归单人心
终归单人心 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:45

    Why make it so complicated?

    Just add this inside your

    
    

    Or add it last in your document to enable a faster load. You then need to use document ready on your scripts so they don't run before the jQuery has been loaded.

提交回复
热议问题