namespace
SAPO.Dom.Loaded
Version:
1.1
Function Summary
Function Details
function run
run(Object
win, Function
fn)
run(Function
fn)
adds a new function that will be invoked once the window is ready
Parameters:
win
Window object to attach/add the event
fn
Callback function to be run after the page is loaded.
fn
Callback function to be run after the page is loaded.