Function ul_sys::ulViewSetDOMReadyCallback[][src]

pub unsafe extern "C" fn ulViewSetDOMReadyCallback(
    view: ULView,
    callback: ULDOMReadyCallback,
    user_data: *mut c_void
)
Expand description

Set callback for when all JavaScript has been parsed and the document is ready.

This is the best time to make any JavaScript calls that are dependent on DOM elements or scripts on the page.