Q&A
Ask and answer questions to make information more available to wider audiences.
Jada Michaelson @michaelsonjada   04, Jul 2023 12:00 AM
pause or postpone the execution of the document.ready
Is it possible to pause or postpone the execution of the document.ready for a period of time?
answers 2
 
Answer 1
Uriah Chapman @chapmanuriah   11, Jul 2023 03:08 PM
Yes it is
 
Answer 2
Nathanael Chandler @chandlernathanael   11, Jul 2023 02:56 PM
Yes, that is possible. With the release of jQuery 1.6, a new method called "jQuery.holdReady(hold)" was added. This function allows you to postpone the execution of the document.ready() event. The document.ready() event is triggered as soon as your DOM is ready, however, there may be occasions when you wish to load extra JavaScript or plugins that you have referenced.