jquery事件注册 2010年7月18日 | 所属分类:码 | 尚无评论 jquery事件注册 $(function(){ $(".menu").bind('click',function(){ $(this).next("dd").show(); }) })