[jQuery] [tooltip] Way to make the tooltip plugin accessible to browsers with no mouseover?

[jQuery] [tooltip] Way to make the tooltip plugin accessible to browsers with no mouseover?


The tooltip plugin is slick, but there's one vital thing it appears to
be missing: the ability to click instead of hovering.
Why do I want that? Some browsers, like the iPhone, don't have the
mouseover event at all. The tooltips are completely unavailable to
those browsers.
Is there a hack to support this?