jquery slidetoggle issue -
i'm having problems toggling next div. heres code:
what need is: after clicking next button, close current box_content , open next 1 in order. simple can't it... please help.
$(".box_next").click(function() { $(".box_content").slideup(); $(this).parents(".box").next().find(".box_content").slidedown("fast"); });
Comments
Post a Comment