From RuneGlory
Jump to: navigation, search
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#p-Menu > div > ul" ).appendTo( "nav" );
 +
 
 
$( "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:40, 19 March 2016

Hello, this is just a preview.

- Jplayer