calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 482 forks source link

Cannot install #807

Closed rushglen closed 4 years ago

rushglen commented 4 years ago

At your website https://www.heteroclito.fr/modules/tooltipster/ It tells you to download https://github.com/iamceege/tooltipster/archive/master.zip This contains \Downloads\tooltipster-master.zip\tooltipster-master\dist\js tooltipster.bundle.js tooltipster.bundle.min.js tooltipster.bundle.min.js tooltipster.main.min.js

and in the css directory: tooltipster.bundle.css tooltipster.bundle.min.css tooltipster.bundle.min.css tooltipster.main.min.css

however your instructions tells us to install "tooltipster.css and jquery.tooltipster.min.js to your root's CSS and JavaScript directories" I can't see those files in the download, I tried both main.min.js and bundle.min.js and neither work. Thanks, Andrew.

rushglen commented 4 years ago

Forgot to include: $(document).ready(function() {

// first on page load, initiate the Tooltipster plugin $('.tooltip').tooltipster();

});

rushglen commented 4 years ago

Forgot to include: $(document).ready(function() {

// first on page load, initiate the Tooltipster plugin $('.tooltip').tooltipster();

});