$(document).ready(function(){ $(".jroxMembersTable tr").mouseover(function() {$(this).addClass("over");}).mouseout(function() {$(this).removeClass("over");}); }); function ShowDetails(id) { $("#view-"+id+"").toggle(); }