oninput

by zicai

HTML

<input type="text" oninput=alert(1)>

<div>
  <input type="text" oninput=alert(2)>
</div>