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");
-
alert($(this).next("div.toggle_container"));
+
alert($(this).next("div.toggle_container").html());
$(this).next("div.toggle_container").slideToggle("slow");
$(this).next("div.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:26, 19 October 2010