qTip (jQuery plug-in) how can I remove all qtips in my page ?
Posted
by Patrick
on Stack Overflow
See other posts from Stack Overflow
or by Patrick
Published on 2010-04-28T07:24:53Z
Indexed on
2010/04/28
7:33 UTC
Read the original article
Hit count: 197
jQuery
|jquery-plugins
hi,
I'm using the jquery-plugin qTip. What's the command to destroy all tooltips in my page ?
I tried:
$('.option img[title], span.taxonomy-image-link-alter img[title]').qtip("destroy");
But it didn't work... Thanks
© Stack Overflow or respective owner