From RuneGlory
Line 3: | Line 3: | ||
<html><script> | <html><script> | ||
+ | |||
+ | $( document ).ready( function() { | ||
$( "<nav>Navigation bar</nav>" ).appendTo( "body" ); | $( "<nav>Navigation bar</nav>" ).appendTo( "body" ); | ||
+ | |||
+ | }); | ||
</script></html> | </script></html> |
Revision as of 18:04, 19 March 2016
6