[][src]Function ul_sys::ulViewSetDOMReadyCallback

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

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.