Team:UChicago/Fluctuation Analysis

From 2014.igem.org

(Difference between revisions)
Line 12: Line 12:
<input type="button" value="Click Me" id="button" />​
<input type="button" value="Click Me" id="button" />​
 +
<!-- may contain terrible hacks -->
<script type="text/javascript">
<script type="text/javascript">
document.getElementById("button").addEventListener('click', function () {
document.getElementById("button").addEventListener('click', function () {
Line 18: Line 19:
});
});
</script>
</script>
 +
 +
<script>
 +
function myFunction() {
 +
    $("#h01").html("Hello jQuery")
 +
}
 +
$(document).ready(myFunction);
 +
</script>
 +
<h1 id="h01"></h1>
</html>
</html>

Revision as of 00:11, 16 August 2014