$(function(){
$("#big_box .title_box ul li").bind("onmouseover",function(){
$(this).children("ul").show;
}).bind("mouseout",function(){
$(this).children("ul").hide;
})
相关问题
相关分类