Team:Aix-Marseille/js/js AMU

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
$(document).ready(function() {
$(document).ready(function() {
 +
/* Append the following lines into the HEAD tag */
$('head').append("
$('head').append("
-
<script>
+
<script type='text/javascript'>
/* Trying to insert into HEAD */
/* Trying to insert into HEAD */
</script>
</script>

Revision as of 16:37, 20 July 2014

$(document).ready(function() { /* Append the following lines into the HEAD tag */ $('head').append(" <script type='text/javascript'> /* Trying to insert into HEAD */ </script> "); /* End of the lines to append */ });