标签: javascript jquery
如何检查jQuery中是否存在元素?
目前我的代码片段如下所示:
if ($(selector).length>0) { // This should do something }
是否有某种功能,或者可以使用的插件?有没有更好的方法来解决这个问题?