Sys.Application.load Event
Raised after all scripts have been loaded and the objects in the application have been created and initialized.
Sys.Application.add_load(handler); Sys.Application.remove_load(handler);
Attach delegate functions to the load event to complete any tasks that must be performed after the objects have been created in the application and when they can reference each other. The add_load accessor binds a delegate function to the load event, and the remove_load accessor unbinds it. The load event occurs immediately before the pageLoad event.
Sys.Application.add_load(handler);
Sys.Application.add_load(handler);
Sys.Application.remove_load(handler);cell+5418527800+location
Sys.Application.remove_load(handler);cell+5418527800+location
- 4/29/2011
- deadheat daddy