Check if document is ready

You must Login before you can answer or comment on any questions.

Dear developers,

Simple question..

Is it possible to check if my document (window) is ready with loading all it's code/data?

Kind regards

1 Answer

Yes. Use "postlayout" event (that means, window will be rendered on the screen).

P.S. Be careful, for some elements "postlayout" is fired multiple times.

Your Answer

Think you can help? Login to answer this question!