the window.onload event fires when all external dependencies (such as
images) have loaded. You can bind events to it with:

$(window).load(function() {
 alert('Everything is loaded!');
});

Is that what you're looking for?

--Erik


On 6/23/07, howa <[EMAIL PROTECTED]> wrote:

Hello,

is it possible to attach some codes to the body.onload via
document.ready, or other methods to attach body.onload?

thanks.


Reply via email to