Team:Groningen/TESTPAGE4
From 2013.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
Just some random text here. | Just some random text here. | ||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> | <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script> | ||
- | <script type="text/javascript" | + | <script type="text/javascript"> |
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("#msgid").html("This is Hello World by JQuery"); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
</div> | </div> |
Revision as of 15:32, 18 July 2013
Just some random text here.