Blog coding and discussion of coding about JavaScript, PHP, CGI, general web building etc.

Thursday, January 7, 2016

twitter bootstrap 3 jquery minimum version

twitter bootstrap 3 jquery minimum version


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

Answer by chris for twitter bootstrap 3 jquery minimum version


On their official website they uses version 1.10.2.

Answer by kwyjibear for twitter bootstrap 3 jquery minimum version


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.

Answer by Max for twitter bootstrap 3 jquery minimum version


I've just found this page on Bootstrap 3 "Getting Started" section.

For Bootstrap 3 there are dependencies on JQuery set to version 1.9.0 or higher

http://getbootstrap.com/getting-started/#whats-included

There you can find a link to their Bower file hosted on GitHub where is clearly written the minimum version of JQuery required by Bootstarp 3.0.2

Answer by Saqib Shakil for twitter bootstrap 3 jquery minimum version


Bootstrap 3.1.1 requires Jquery 1.9.1 according to

Plugin dependencies Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that all plugins depend on jQuery (this means jQuery must be included before the plugin files). Consult our bower.json to see which versions of jQuery are supported. link to bower.json https://github.com/twbs/bootstrap/blob/v3.3.1/bower.json

Answer by amul for twitter bootstrap 3 jquery minimum version


https://github.com/twbs/bootstrap/blob/v3.0.2/bower.json

"dependencies": {      "jquery": ">= 1.9.0"    }  


Fatal error: Call to a member function getElementsByTagName() on a non-object in D:\XAMPP INSTALLASTION\xampp\htdocs\endunpratama9i\www-stackoverflow-info-proses.php on line 72

0 comments:

Post a Comment

Popular Posts

Powered by Blogger.