Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Iman Butt 2 posts 72 karma points
    Aug 29, 2017 @ 07:18
    Iman Butt
    0

    Complete Page load check

    I wanted to perform some action after content page complete loading. I have tried doing by

    document.readyState === 'complete' || document.readyState === 'interactive'

    but I figure this out that still some text editor are in loading state. Is there any way in angular or JavaScript to check if complete page is loaded.

    My js is part of a backoffice package, and it get added to page after installing.

Please Sign in or register to post replies

Write your reply to:

Draft