What is the Minimum version of jquery and jquery-ui to use with Twitter bootstrap 3? I have not found any documentati
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.