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
Post a Comment