/ Published in: jQuery
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$("ul.list_view").mouseover(function(){ $(this).addClass("eventHover"); }).mouseout(function(){ $(this).removeClass("eventHover"); });
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)