我使用Bootstrap tooltip.js脚本而没有其余的Bootstrap(v3)。
我的工具提示准备就绪:
TypeError: undefined is not a function (evaluating '$tip
.one('bsTransitionEnd', complete)
.emulateTransitionEnd(Tooltip.TRANSITION_DURATION)')
一切似乎都没问题但是当我将我的元素悬停时,我遇到了一个jQuery错误:
$.fn.emulateTransitionEnd = function (duration) {
var called = false, $el = this
$(this).one($.support.transition.end, function () { called = true })
var callback = function () { if (!called) $($el).trigger($.support.transition.end) }
setTimeout(callback, duration)
return this
};
缺少什么?
答案 0 :(得分:5)
因为我们使用“隔离”' tooltip.js,我们必须导入' emulateTransitionEnd'引导功能:
"t^e^st ^^^^^^^^".replaceAll("\\^*$", '')