The closest
method does actually search down the tree (despite what the documentation says), but I know what you mean. You want one that searches among the children of the element. Depending on how you want to search:
$('#Id').children('div');
or
$('#Id').find('div');
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…