Core Docs | Additional Modules Docs

sb.onbodyload


@Description: an array of functions that run once the DOM loads, they are fired in order, funcitons can be function references or inline anonymous functions
@File: sb.js
@Example:
sb.onbodyload.push({myFunction});