1
我已经更新到最新的2.2.2版本的引导程序,它似乎手动触发的弹窗被破坏:Bootstrap:版本2.2.2中的弹出窗口是否被破坏?
这里是fiddle来证明它。
一旦你点击按钮,检查您的控制台,它说:
TypeError: e is undefined
在引导线1010:
toggle: function (e) {
var self = $(e.currentTarget)[this.type](this._options).data(this.type)
self[self.tip().hasClass('in') ? 'hide' : 'show']()
}
看来e
是不确定的。
其他人能证实这一点吗?那么我可以提交一个错误。谢谢