<div id="example"> <div id="test"></div> </div> <div id="another">Blah</div>
我想设置$(‘#另一个)。hide(),但是只有#example包含一个称为#test的子元素,这是可能的吗?好像是这样的
解决方法
使用长度
if ($('#example').find('#test').length) { // found! }