bootstrap封装成seajs cmd模块
define(function(require,exports,module){
var jQuery = require('$');
// bootstrap.js源码
});
简单才是最好的
define(function(require,exports,module){
var jQuery = require('$');
// bootstrap.js源码
});
function isIE() {
return !-[1,];
}
alert(isIE());