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

aneuryzm picture aneuryzm · Apr 28, 2010 · Viewed 24.9k times · Source

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

Answer

aneuryzm picture aneuryzm · Apr 28, 2010

I've solved with $(".qtip").remove();