$(function(){ $("#big_box .title_box ul li").bind("onmouseover",function(){ $(this).children("ul").show; }).bind("mouseout",function(){ $(this).children("ul").hide; })})
- 1 回答
- 0 關注
- 1616 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消