javascript - qTip (jQuery plug-in) how can I remove all qtips in my page? -


i'm using jquery-plugin qtip. what's command destroy tooltips in page ?

i tried:

$('.option img[title], span.taxonomy-image-link-alter img[title]').qtip("destroy"); 

but didn't work... thanks

i've solved $(".qtip").remove();


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -