SyntaxFix
Write A Post
Hire A Developer
Questions
Here is an example that I used.
<script> $(document).ready(function(){ var array = $.makeArray(document.getElementsByTagName(āpā)); array.reverse(); $(array).appendTo(document.body); }); </script>