I posted this to the wrong forum, please delete the previous one.
What I want to ask is, if I want to block a div element like below, acccording to the id of its child:
Code: Select all
<div>
<span id="a">a</span>
<span>b</span>
</div>
plz tell me if you know. I'd appreciate it.