Evento do Hover JavaScript
element.onmouseover = function() {
//Hovering
}
TC5550
element.onmouseover = function() {
//Hovering
}
document.getElementById('someSpan').onmouseover =
function() {
this.className='newactive';
};
onmouseover event
add onmouseover event in javascrip