Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

onDone call to soon before DOM loaded #437

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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