Add class when hover

$(‘#ID’).hover(
function(){ $(this).addClass(‘CLASS’) }
);

Leave a Reply

Your email address will not be published. Required fields are marked *