Team:TU-Eindhoven/Template:UseReferencing
From 2013.igem.org
(Difference between revisions)
Pascalaldo (Talk | contribs) (Created page with "<html><script> var refnr = 1; $('.tue-reference').each(function() { var $this = $(this); $('.tue-reflist').append("" + refnr + ". " + $this.html() + "<br />"); $this....") |
Pascalaldo (Talk | contribs) |
||
Line 5: | Line 5: | ||
$('.tue-reflist').append("" + refnr + ". " + $this.html() + "<br />"); | $('.tue-reflist').append("" + refnr + ". " + $this.html() + "<br />"); | ||
$this.html("<sup class=\"tue-inlineref\">[" + refnr + "]</sup>"); | $this.html("<sup class=\"tue-inlineref\">[" + refnr + "]</sup>"); | ||
+ | $this.show(); | ||
refnr = refnr + 1; | refnr = refnr + 1; | ||
}); | }); | ||
</script></html> | </script></html> |
Revision as of 10:07, 26 May 2013