I am creating a tooltip for comments that should only show momentarily for a few seconds. But it never disappears no matter what options I pick. The openTip documentation is very unclear about how to make a tooltip disappear-by-seconds and lacks examples.
<textarea class="textareaclass" id="body" name="body" placeholder="Comment" data-ot="Spamming is restricted. Comments are subject to US law." data-ot-delay="0.1" data-ot-hide-trigger="closeButton" data-ot-style="alert" data-ot-hidedelay="1.2" data-ot-fixed="true"></textarea>
How do I make it so that the tooltip disappears within 2 seconds and also when there is a click on "X" close button.
No matter what I try, tooltip seems to stay forever. "hidedelay" doesn't do anything.
Aucun commentaire:
Enregistrer un commentaire