/ Published in: jQuery
Expand |
Embed | Plain Text
$('#elm').hover( function(){ $(this).addClass('hover') }, function(){ $(this).removeClass('hover') } )
You need to login to post a comment.
$('#elm').hover( function(){ $(this).addClass('hover') }, function(){ $(this).removeClass('hover') } )
You need to login to post a comment.