User:ChristopherW

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
<html>
<html>
<script src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
<script src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
-
<script type="text/javascript">
+
<script type="text/javascript">/* <![CDATA[ */
-
 
+
-
function fun() {
+
-
$(document).getElementById("Test").innerHTML = Worked!
+
-
}
+
-
 
+
-
;
+
-
 
+
-
</script>
+
-
 
+
-
<p id="Test">This is the Test paragraph!</p>
+
-
 
+
-
<button onclick="fun()">Click me!</button>
+
-
<script type="text/javascript">
+
$(document).ready(function(){
-
$(document).ready(
+
// var social = $("social-footer");
-
$(document).getElementById("Test").innerHTML = Worked!
+
-
)
+
-
;
+
$("#footer-box").prepend($("#social-footer"));
-
</script>
+
});
 +
/* ]]> */</script>
</html>
</html>

Revision as of 20:30, 14 July 2013