Having read other people\'s questions I thought
window.onload=...
would answer my question. I have tried this but it executes the code the
This works great:
$(function() { $(window).bind("load", function() { // code here }); });