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

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -