1.1 ! misho 1: ! 2: $(function(){ ! 3: $(".expand > h1").toggle( ! 4: function(){$(this).parent(".expand").find(".expander").slideUp('fast');}, ! 5: function(){$(this).parent(".expand").find(".expander").slideDown('fast');} ! 6: ); ! 7: });