From RuneGlory
Line 68: | Line 68: | ||
var split = $( this ).html().split('/'); | var split = $( this ).html().split('/'); | ||
$( this ).html( split[ split.length - 1 ] ); | $( this ).html( split[ split.length - 1 ] ); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $.each( $( "div#index img" ), function() { | ||
+ | |||
+ | $( this ).attr( "draggable", "false" ); | ||
}); | }); |
Revision as of 02:51, 20 March 2016
Hello, this is just a preview.
- Jplayer