Template:Team:Waterloo/JS/CiteTag
From 2014.igem.org
(Difference between revisions)
m (moved Team:Waterloo/JS/CiteTag to Template:Team:Waterloo/JS/CiteTag: Should be a template.) |
|||
Line 6: | Line 6: | ||
$( "cite" ), | $( "cite" ), | ||
function( citeTag ) { | function( citeTag ) { | ||
- | citeTag.val( "<a> | + | citeTag.val( "<a>" + $( "#Citation_" + citeTag.attr("ref") ).val() + "</a>" ); |
} | } | ||
); | ); |
Revision as of 23:21, 8 October 2014