stefangabos / Zebra_Tooltips

A lightweight, accessible, and highly configurable jQuery plugin for creating beautiful tooltips

Home Page:https://stefangabos.github.io/Zebra_Tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to *not* show the tooltip on hover?

ryanpcmcquen opened this issue · comments

I'd like to show the tooltip only when the element is clicked.

It's currently not possible. I'll implement this so that if you return false from the onBeforeShow event then the tooltip will not be shown. I'll most likely work on this in the weekend

This should be fixed now