From RuneGlory
Line 64: | Line 64: | ||
$( "div#index" ).insertAfter( "div#content-contentSub-wrap" ); | $( "div#index" ).insertAfter( "div#content-contentSub-wrap" ); | ||
− | + | $.each( $( "div#index a" ), function() { | |
− | $( | + | |
+ | 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