Team:TU Munich/Templates/Layout

From 2010.igem.org

(Difference between revisions)
Line 11: Line 11:
$("p.trigger").click(function(){
$("p.trigger").click(function(){
$(this).toggleClass("activeToggle");
$(this).toggleClass("activeToggle");
-
$(this).siblings(".toggle_container").slideToggle("slow");
+
$(this).next(".toggle_container").slideToggle("slow");
return false; //Prevent the browser jump to the link anchor
return false; //Prevent the browser jump to the link anchor
});
});

Revision as of 16:24, 19 October 2010