Team:Aix-Marseille/js/js AMU

From 2014.igem.org

(Difference between revisions)
(Created page with "$(document).ready(function() { - Append the following lines into the HEAD tag: $('head').append(" <!-- Trying to insert into HEAD --> "); /* End of the lines to append *...")
Line 3: Line 3:
     $('head').append("
     $('head').append("
-
<!-- Trying to insert into HEAD -->
+
Trying to insert into HEAD  
");
");
/* End of the lines to append */
/* End of the lines to append */
});
});

Revision as of 16:32, 20 July 2014

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

   $('head').append("
Trying to insert into HEAD 

"); /* End of the lines to append */ });