Team:TU-Eindhoven/Template:BaseFooter

From 2013.igem.org

(Difference between revisions)
Line 22: Line 22:
     var $this = $(this);
     var $this = $(this);
     $('.tue-reflist').append("" + refnr + ". " + $this.html() + "<br />");
     $('.tue-reflist').append("" + refnr + ". " + $this.html() + "<br />");
 +
    $this.html("<sup><i>[" + refnr + "]</i></sup>");
     refnr = refnr + 1;
     refnr = refnr + 1;
-
    $this.html("<sup><i>[" + refnr + "]</i></sup>")
 
});
});
</script>
</script>
</html>
</html>

Revision as of 17:44, 25 May 2013