From GrinderScape Wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
$( "div#mw-page-base" ).append( "hey" );
 
$( "div#mw-page-base" ).append( "hey" );
$( "body" ).append( "<div></div>" );
+
$( "body" ).prepend( "<div></div>" );
  
 
}
 
}
  
 
</script></html>
 
</script></html>

Revision as of 18:22, 19 March 2016

6 Jplayer