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