Is there a way to use bootstrap 3.0 plugins with jQuery.noConflict()?

后端 未结 3 1261
花落未央
花落未央 2021-02-04 06:56

We are currently loading 2 different versions of jQuery on our page, 1.4.2 and 1.10.1. The $ and window.jQuery objects are currently pointing to 1.4.2.

We are using no

3条回答
  •  天命终不由人
    2021-02-04 07:34

    First Load the Older Version of Jquery.

    Then your Boostrap js,css everthing goes here. Finally add this.,

    
    

    Then, use like this.,

     
    

提交回复
热议问题