You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you tell me how to add a click event for sub-element?
As the below code you see, when I click the 'del' the click event not working. <h3>List of DIVs</h3> <div class="list parent"> <div><a onclick="alert('balabala');" style="color:red;">del</a>Child 1</div> <div><a onclick="alert('balabala');" style="color:red;">del</a>Child 2</div> <div> Child 3 <div class="list"> <div>Subchild</div> </div> </div> </div>
The text was updated successfully, but these errors were encountered:
Hi there,
Could you tell me how to add a click event for sub-element?
As the below code you see, when I click the 'del' the click event not working.
<h3>List of DIVs</h3> <div class="list parent"> <div><a onclick="alert('balabala');" style="color:red;">del</a>Child 1</div> <div><a onclick="alert('balabala');" style="color:red;">del</a>Child 2</div> <div> Child 3 <div class="list"> <div>Subchild</div> </div> </div> </div>
The text was updated successfully, but these errors were encountered: