disable all click events on page (javascript)

后端 未结 8 1819
孤城傲影
孤城傲影 2020-12-13 15:11

Whats the easiest way to temporarily disable all mouse click/drag etc events through javascript?

I thought I could do document.onclick = function() { return fa

8条回答
  •  天命终不由人
    2020-12-13 15:39

    If onclick = null has been executed how to revoke the onclick event to normal functioning.. or

    Link text
    
    
    

提交回复
热议问题