5.Over了.
var tid = "#homeNews";//removeTabBold
var lvTabs = $(tid); lvTabs.find("a") .each(function(){$(this).click(function(){return false;});$(this).mouseover(function(){
removeTabBold(tid);$(this).addClass( "bold");
$(this).parent().addClass("lvbg");
$('#HomeNewsList').load($(this).href());
return false;})});
}
}
function removeTabBold(LvTabId)
function removeTabBold(LvTabId)
$(LvTabId).find("a").each(function(){
$(this).removeClass("bold");$(this).parent().removeClass("bold");
$(this).parent().removeClass( "lvbg");
$(this).parent().parent().parent().removeClass("lvp");});
}