ajaxOnLoad

Causes the specified JavaScript function to run when the page loads.

ajaxOnLoad(functionName) → returns void

Argument Reference

functionName string
Required

The name of the function to run when the page loads.

Examples
Sample code invoking the ajaxOnLoad function


Fork me on GitHub