Team:Freiburg Bioware/jquery
From 2010.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
}); | }); | ||
$(".pageContent").append("<ol id=\"footnotes\"></ol>"); | $(".pageContent").append("<ol id=\"footnotes\"></ol>"); | ||
+ | footnote = 1; | ||
$("q[title]").addClass("newCLass"); | $("q[title]").addClass("newCLass"); | ||
+ | $(".footnote").each(function() { | ||
+ | $(this).append("<sup>"+footnote+"</sup>"); | ||
+ | }); | ||
}); | }); | ||
</script> | </script> |
Revision as of 22:19, 11 October 2010