Team:Freiburg Bioware/jquery
From 2010.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
$("#wrap").append("<ol id=\"footnotes\"></ol>"); | $("#wrap").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 21:57, 11 October 2010