twitter bootstrap 3 jquery minimum version

后端 未结 6 1197
长发绾君心
长发绾君心 2020-12-01 20:16

What is the Minimum version of jquery and jquery-ui to use with Twitter bootstrap 3? I have not found any documentati

6条回答
  •  天命终不由人
    2020-12-01 21:05

    I don't think anyone has actually tested Bootstrap 3 with different versions of jQuery.

    I was using jQuery 1.3 when I tried to add a Bootstrap carousel. It didn't work. So I upgraded to 1.10 and it worked. (I didn't go to 2.x because it doesn't support IE8 which I need.)

    Unfortunately I now have to update other JS code because it's using .live which is deprecated.

提交回复
热议问题