$(document).ready(function(){
$("#meeting-list thead td").mouseover(function() {$(this).addClass("heading-hover");}).mouseout(function() {$(this).removeClass("heading-hover");});
});