Team:Aix-Marseille/js/js AMU

From 2014.igem.org

(Difference between revisions)
Line 2: Line 2:
/* Append the following lines into the HEAD tag */
/* Append the following lines into the HEAD tag */
     $('head').append("
     $('head').append("
-
 
+
<script>
-
Trying to insert into HEAD  
+
/* Trying to insert into HEAD */
-
 
+
</script>
");
");
/* End of the lines to append */
/* End of the lines to append */
});
});

Revision as of 16:33, 20 July 2014

$(document).ready(function() { /* Append the following lines into the HEAD tag */

   $('head').append("

<script> /* Trying to insert into HEAD */ </script> "); /* End of the lines to append */ });