From RuneGlory
Line 5: | Line 5: | ||
<html> | <html> | ||
− | + | <div id="index"> | |
− | <div | ||
<p>Item 1</p> | <p>Item 1</p> | ||
<p>Item 2</p> | <p>Item 2</p> | ||
<p>Item 3</p> | <p>Item 3</p> | ||
</div> | </div> | ||
− | |||
</html> | </html> | ||
Line 301: | Line 299: | ||
</style> | </style> | ||
+ | <script> | ||
+ | window.onload = function() { | ||
+ | $( "div#index" ).insertAfter( "div#content" ); | ||
+ | |||
+ | } | ||
+ | </script> | ||
</html> | </html> |
Revision as of 00:43, 20 March 2016
Hello, this is just a preview.
- Jplayer