$(function(){ $("#big_box .title_box ul li").bind("onmouseover",function(){ $(this).children("ul").show; }).bind("mouseout",function(){ $(this).children("ul").hide; })})
JQ寫一個(gè)簡(jiǎn)單的下拉導(dǎo)航欄不起作用,不知道是不是代碼錯(cuò)了,求大神指點(diǎn)
漫長(zhǎng)的不滿
2015-03-18 21:58:46