From RuneGlory
Line 11: | Line 11: | ||
$( "div#mw-page-base, div#mw-head-base" ).remove(); | $( "div#mw-page-base, div#mw-head-base" ).remove(); | ||
$( "body" ).prepend( "<nav></nav>" ); | $( "body" ).prepend( "<nav></nav>" ); | ||
+ | $( "nav" ).html( $( "div#p-Menu" ).children()[1].html() ); | ||
$( "div#content, div#mw-navigation" ).wrapAll( "<div id='wrap'></div>" ); | $( "div#content, div#mw-navigation" ).wrapAll( "<div id='wrap'></div>" ); | ||
$( "div#mw-navigation" ).insertBefore( "div#content" ); | $( "div#mw-navigation" ).insertBefore( "div#content" ); |
Revision as of 21:38, 19 March 2016
Hello, this is just a preview.
- Jplayer