2009-08-19 33 views

回答

9

您需要使用nextAll()

$(this).parent().nextAll().css('display','none'); 

甚至更​​好:

$(this).parent().nextAll().hide()