jquery slidetoggle issue -


i'm having problems toggling next div. heres code:

jsfiddle of 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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -