bodyからクリックしたオブジェクトの情報を得る方法はありませんか?
thisではダメでした
オブジェクト側をいじるのではなくbodyから得たいです
<script> document.body.onclick=function(){ alert(this.type); } </script> <input type="text"> <input type="password"> <input type="button">
回答2件
あなたの回答
tips
プレビュー
投稿2021/11/13 14:39
bodyからクリックしたオブジェクトの情報を得る方法はありませんか?
thisではダメでした
オブジェクト側をいじるのではなくbodyから得たいです
<script> document.body.onclick=function(){ alert(this.type); } </script> <input type="text"> <input type="password"> <input type="button">
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。