User:ChristopherW
From 2013.igem.org
(Difference between revisions)
ChristopherW (Talk | contribs) |
ChristopherW (Talk | contribs) |
||
Line 15: | Line 15: | ||
<button onclick="fun()">Click me!</button> | <button onclick="fun()">Click me!</button> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | function fun() { | ||
+ | $(document).getElementById("Test").innerHTML = Worked! | ||
+ | } | ||
+ | |||
+ | ; | ||
+ | |||
+ | </script> | ||
+ | |||
</html> | </html> |
Revision as of 20:28, 14 July 2013
This is the Test paragraph!