<div id="tab">
<div class="" style="margin: 10px;">
<div id="someVerylongId1" style="height: 400px; position: relative;">
</div>
</div>
<div class="" style="margin: 10px;">
<div id="someVerylongId2" style="height: 400px; position: relative;">
</div>
</div>
<div class="" style="margin: 10px;">
<div id="someVerylongId3" style="height: 400px; position: relative;">
</div>
</div>
<div>
我想选择所有不指定id或检查任何其他属性的div,是否可以这样做?
这是我的尝试:
$("#tab div div")
但看起来是选择不完全正确。需要帮忙。
问题是,我的选择器返回它应该有的更多元素