Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个每 5 秒运行一次代码的窗口间隔。但是,此代码可能会删除并重新创建可能向用户显示 QTip 的某些元素。
有没有办法使用 JQuery 查找是否存在可见的 QTip?
谢谢
您可以使用以下方法对其进行测试:
if($('.qtip:visible').length > 0)