我正在使用 jquery-plugin qTip.销毁页面中所有工具提示的命令是什么?
I'm using the jquery-plugin qTip. What's the command to destroy all tooltips in my page ?
我试过了:
$('.option img[title], span.taxonomy-image-link-alter img[title]').qtip("destroy");
但它没有工作......谢谢
But it didn't work... Thanks
我已经解决了 $(".qtip").remove();
这篇关于qTip(jQuery 插件)如何删除页面中的所有 qtip?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!