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