用CSS+DIV实现下拉菜单效果
看下这个是不是
$(当前事件id或者class).事件(function(){ if($(this).next().is(":hidden")){$(this).next().show();}})