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

后端 未结 10 1923
醉话见心
醉话见心 2021-02-04 00:30

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-al         


        
10条回答
  •  野的像风
    2021-02-04 01:17

    What about:

    $('[data-hasqtip]').qtip('destroy', true);
    

    Seems to be working with qTip2 version 3.0.2.

提交回复
热议问题