我很困惑如何获得我想要的 div id。如果我要单击 div layer3,则所有 DIV(父 div)也包含在其中。
HTML:
<div id="parentdiv">
<div style="z-index:0 ; border:1px solid; width:200px; height:200px;" id="layer1">
<div style="z-index:1 ; border:1px solid; width:150px; height:150px;" id="layer2">
<div style="z-index:2 ; border:1px solid; width:100px; height:100px;" id="layer3">
INNER DIV content
</div>
</div>
</div>
</div>
太感谢了