Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3

后端 未结 7 795
有刺的猬
有刺的猬 2020-11-30 08:43

Introduction

I am working with the bootstrap framework.I am currently working on \"Bootstrap Tabs\"(hide/show).I am using bootstrap version 3 and jq

7条回答
  •  刺人心
    刺人心 (楼主)
    2020-11-30 09:29

    What solved my problem is actually loading jquery lower version before bootstrap.js and then loading jquery higher version after bootstrap.js to resolve conflicts.Above is my example

    
    
    
    
    
    
    

提交回复
热议问题