As i see your question, i think you mean this:

jQuery(document).ready(function() {
    // Assign event to window.onload
    jQuery('body').load(function() {
        alert('Everything is loaded!');
    });
});

On 23 jun, 12:52, 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