$(function(){ $('.NC08Arr').click(function(){ $(this).parent().next().next('.openthisMenu').animate({ height:'toggle' }); }); });