Closed psprokofiev closed 5 years ago
This bug is only in this "case":
$('body').on('mouseenter', '.hovercard:not(.tooltipstered)', function() {
$(this).tooltipster({
in this code all is ok:
$('.hovercard').tooltipster({
delay: [ 3000, 0 ],
Please check the FAQ about delegation. Thank you
If I hover the mouse on element the first time - tooltipster loads immediately, if I hover again - it loads after delay. I need that delay is at each hover, also at first time.