I installed Bootstrap Framework theme on Drupal 7 hosting site and enabled it to be my default theme. I noticed my firebug printing errors on my console and all my .js related features are disabled after the page reload,  which I started to suspect on my jQuery file version and eventually I confirmed that version of my file is the culprit.  Drupal 7.x installation comes with the jquery version 1.4.x but as per date 05/2014 it is version 1.11.x so obviously you know why you get that error! And here’s the step how to Fix How to Fix Bootstrap Theme Error on Drupal 7:

1. The preferred method to accomplish this task is to install the jQuery Update module. If using jQuery Update, you must also configure the jQuery Update setting to the appropriate version after it is installed. You must configure (admin/config/development/jquery_update) the version you need to make use of. Selecting from cdn i.e(jquery, google) will fix the error for sure, if not follow the other steps down.
2. Install Libraries API module and enable it , Install Bootstrap Libraries module and enable it.
3. Then download the latest version of bootstrap files from http://getbootstrap.com/ and extract the files in sites/all/libraries directory by renaming the folder “bootstrap”

4. Make any configurations you need in the page /admin/config/development/bootstrap_library and click save

The steps above will override all the old/existing jquery version and will be compatible with your bootstrap files.