且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jQuery将$ this传递给函数参数

更新时间:2022-06-27 02:41:20

每次调用$时,即使结果内容相同,它也会返回不同的结果集对象.您要做的检查是:

Each time you call $, it returns a different result set object, even if the result contents are the same. The check you have to do is:

if (pauseMe.is("#leftBubble")) {