简体   繁体   中英

Tooltipster initialisation error with "sideTip" plugin

I'm trying to use tooltipster https://iamceege.github.io/tooltipster/ but I'm facing a problem.

I loaded correctly \\js\\vendor\\tooltipster\\tooltipster.bundle.min.js and \\less\\vendor\\tooltipster\\tooltipster.bundle.min.less.

But when I'm calling it :

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

tooltipster-52452b94.js:7623 Uncaught Error: The "sideTip" plugin is not defined

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

Did I forget anything? Thank you

最后我通过加载\\js\\vendor\\tooltipster\\tooltipster.bundle.js而不是\\js\\vendor\\tooltipster\\tooltipster.bundle.min.js解决了它

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM