Js Wait For Page To Load - Web in case you use jquery. Web syntax use the event name in methods like addeventlistener (), or set an event handler property. $ (document).ready (function () { window.location = 'page.html'; Web use the window.onload event to wait for the page to load in javascript.
$ (document).ready (function () { window.location = 'page.html'; Web use the window.onload event to wait for the page to load in javascript. Web in case you use jquery. Web syntax use the event name in methods like addeventlistener (), or set an event handler property.