How to know when all of the page is loaded

Just put your code inside the following function and it will run when the document is ready for it to run.

<script type="text/javascript">
$(document).ready(function() {
	// put your javascript here
});
</script>

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.