Bootstrap's JavaScript requires jQuery While jQuery is already loaded

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

    you have a missing ")}" in your "main" function. after correcting this, bootstrap loads successfully for me without giving any error. I'm using firefox 50.1.0

    here is your code that works for me:

    
    
    
      
      document
    
    
    
      
    
    

提交回复
热议问题