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
document.onclick = function() { return fa
If onclick = null has been executed how to revoke the onclick event to normal functioning.. or
Link text