Giovanni Battista Lenoci schrieb:
Is there a better way to do this?
Just use oldschool window load:

$(window).load(function() {
   // everything loaded
});

-- Jörn

Reply via email to