I made it another way. Probably someone need this code:

$(document).ready(function(){

  $(".adminhead").click(function(){
        $(this).toggle("slow");
        $(this).parent().find("div.normalmode").toggle("slow");
  });

});

Reply via email to