Jump To Content

LearnHub




Javascript: Loading Function

A quick and dirty way of onloading functions in javascript can be done like so.

window.onload = function()
{
callFunctionOne();
callFunctionTwo();
// Etc
}


  1. zbiskup saidThu, 18 Dec 2008 14:45:34 -0000 ( Link )

    Cool.

    Actions
    Vote
    Current Rating
    0
    Rate Up
    Rate Down
    No Votes

    Post Comments

Your Comment
Textile is Enabled (View Reference)