Which DOM events can be bound to a DIV element?

后端 未结 3 1433
粉色の甜心
粉色の甜心 2021-01-03 23:16

As per question in the title...

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-03 23:42

    event Attributes you can use:

    onclick, ondblclick, onmousedown, onmousemove, onmouseout, 
    onmouseover, onmouseup, onkeydown, onkeypress, onkeyup
    

    See more about the

    tag here, and general DOM events here.

提交回复
热议问题