I have an HTML page that contains many onmouseover events. These events are linked to a,img,td and div tags.
What is the most efficient Javascript way to remove all the onmouseover events, presuming the page has loaded.
I'm not using jQuery.
(the task is to remove unneeded tooltips when the page is accessed using touch devices)