From GrinderScape Wiki
Jump to: navigation, search
Line 3: Line 3:
  
 
<html><script>
 
<html><script>
 +
 +
window.onload = function() {
  
 
$( "hello" ).appendTo( "div#mw-page-base" );
 
$( "hello" ).appendTo( "div#mw-page-base" );
 +
alert( "ola." );
 +
 +
}
  
 
</script></html>
 
</script></html>

Revision as of 18:16, 19 March 2016

6 Jplayer