如何判断jquery选择器选择结果为空

2025-01-03 13:08:02
推荐回答(3个)
回答1:

$(选择的内容).lenght==0

回答2:

看看你的jquery版本。
记得1.3以后。没有前面的@了

回答3:

jQuery(selector).length == 0