Remove "strip for ie7" code from JavaScript
Created by: cvrebert
There are several instances of this code snippet (or similar) in Bootstrap's JavaScript:
selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
Since Bootstrap v3 no longer supports IE7, we should remove this code to simplify things and improve performance.