Team:TU-Eindhoven/Template:UseReferencing

From 2013.igem.org

(Difference between revisions)
Line 4: Line 4:
     var $this = $(this);
     var $this = $(this);
     var refid = $this.children('.tue-refid').html();
     var refid = $this.children('.tue-refid').html();
-
     $('.tue-reflist').append("" + refnr + ". " + $this.html() + "<br />");
+
     $('.tue-reflist').append("<span style='display:block;padding-left:30px;text-indent:-30px;'>" + refnr + ". " + $this.html() + "</span><br />");
     $this.html("<sup class=\"tue-inlineref\">[" + refnr + "]</sup>");
     $this.html("<sup class=\"tue-inlineref\">[" + refnr + "]</sup>");
     $this.show();
     $this.show();

Revision as of 11:58, 7 September 2013