From RuneGlory
Jump to: navigation, search
Line 64: Line 64:
 
$( "div#index" ).insertAfter( "div#content-contentSub-wrap" );
 
$( "div#index" ).insertAfter( "div#content-contentSub-wrap" );
  
var title = $( "h1#firstHeading" ).html().split('/');
+
$.each( $( "div#index a" ), function() {
$( "<span>" + title[ title.length - 1 ] + "</span>" ).appendTo( "span.subpages" );
+
 
 +
var split = $( this ).html().split('/');
 +
$( this ).html( split[ split.length - 1 ] );
 +
 
 +
});
  
  

Revision as of 02:29, 20 March 2016

Hello, this is just a preview.

- Jplayer