Difference between revisions of "User:Jplayer"

From RuneGlory
Jump to: navigation, search
Line 1: Line 1:
 +
<html>
 +
 
Hello, this is just a preview.
 
Hello, this is just a preview.
  
 
- Jplayer
 
- Jplayer
<html>
+
 
 +
<div id="index">
 +
<p>Item 1</p>
 +
<p>Item 2</p>
 +
<p>Item 3</p>
 +
</div>
 +
 
 +
 
  
 
<script>
 
<script>
Line 32: Line 41:
 
$( "<span>" + title[ title.length - 1 ] + "</span>" ).appendTo( "span.subpages" );
 
$( "<span>" + title[ title.length - 1 ] + "</span>" ).appendTo( "span.subpages" );
 
}
 
}
 +
 +
 +
$( "div#index" ).insertAfter( "div#content" );
 +
 +
 +
  
 
}
 
}
Line 285: Line 300:
  
 
</style>
 
</style>
 
</html>
 
 
 
<html>
 
<div id="index">
 
<p>Item 1</p>
 
<p>Item 2</p>
 
<p>Item 3</p>
 
</div>
 
 
<script>
 
window.onload = function() {
 
 
$( "div#index" ).insertAfter( "div#content" );
 
 
}
 
</script>
 
  
 
</html>
 
</html>

Revision as of 00:46, 20 March 2016

Hello, this is just a preview. - Jplayer