Skip to content

onDone call to soon before DOM loaded #437

@bayucandra

Description

@bayucandra

Hi, i have problem with onDone callback which i were though it should be like jQuery $(document).ready(). However seem to me onDone callback sometimes call to soon before new loaded DOM is ready ( rendered to page ). So when i call for example jQuery $('.new-loaded-element') some times it is not found, i must put some setInterval() check untill new element is appear. It is feel hacky and we can't make general function to call after the new DOM loaded by SPF is ready.

Hopefully SPF can have callback which called when the new DOM is really loaded to the document. Is that possible?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions