A way to replace body

Re: [Djulia] A way to replace body

By Dave - December 6, 2011

Hi Djulia,

Would it work to use jquery's document-ready code:
http://api.jquery.com/ready/

You could just output it in the footer of the page:

<script><!--
$(document).ready(function() {
init();
});
//--></script>


Would that work for you?
Dave Edis - Senior Developer
interactivetools.com