$(function () { $(".NC07 a").parent().addClass('p_hLink'); $('.NC07Arr').click(function () { $(this).next().animate({ height: 'toggle' }); }); });