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
https://github.com/twbs/bootstrap/blob/v3.0.2/bower.json
"dependencies": {
"jquery": ">= 1.9.0"
}