From GrinderScape Wiki
Jump to: navigation, search
Line 4: Line 4:
 
<html><script>
 
<html><script>
  
window.onload =
+
$( "hello" ).appendTo( "body" );
 
+
$( "<nav>Navigation bar</nav>" ).appendTo( "body" );
+
 
+
;
+
  
 
</script></html>
 
</script></html>

Revision as of 18:13, 19 March 2016

6 Jplayer