Template:Team:HokkaidoU Japan/js/jquery.easing.js

From 2011.igem.org

(Difference between revisions)
(Replaced content with "<html><pre><script type="text/javascript"> $(document).ready(function(){ if (true && true) { alert("Hi"); } }); </script></pre></html>")
Line 1: Line 1:
-
<html><pre><script type="text/javascript">
+
<nowiki><script type="text/javascript">
$(document).ready(function(){
$(document).ready(function(){
     if (true && true) {
     if (true && true) {
Line 5: Line 5:
     }
     }
});
});
-
</script></pre></html>
+
</script></nowiki>

Revision as of 14:24, 5 October 2011

<script type="text/javascript"> $(document).ready(function(){ if (true && true) { alert("Hi"); } }); </script>