很多时候,我发现对一个类名添加事件,每次都是所有同类名元素一起触发,使用 this可以仅对当前选中的元素应用事件 如 $('.guowai button').click(function() { /* Act on the event */ var a = $(this).parent().find('.secguowai'); a.animate({height: ); }); $('.secguowai span').click(function() { /* Act on the even