【问题标题】:Tooltipster initialisation error with "sideTip" plugin带有“sideTip”插件的 Tooltipster 初始化错误
【发布时间】:2020-05-02 07:56:22
【问题描述】:

我正在尝试使用 tooltipster https://iamceege.github.io/tooltipster/,但我遇到了问题。

我正确加载了 \js\vendor\tooltipster\tooltipster.bundle.min.js 和 \less\vendor\tooltipster\tooltipster.bundle.min.less。

但是当我调用它时:

$('.tooltip').tooltipster({
         animation: 'fade',
         delay: 200,
         triggerOpen: {
            click: true,  // For mouse
            tap: true    // For touch device
         },
      });

tooltipster-52452b94.js:7623 未捕获的错误:未定义“sideTip”插件

在 a.Tooltipster._plug (tooltipster-52452b94.js:7623)

我忘了什么吗?谢谢

【问题讨论】:

    标签: jquery tooltipster


    【解决方案1】:

    最后我通过加载 \js\vendor\tooltipster\tooltipster.bundle.js 而不是 \js\vendor\tooltipster\tooltipster.bundle.min.js 解决了这个问题>

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-05-24
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-05-18
      相关资源
      最近更新 更多