Window.load() event fire after entire Dom including images and CSS
document.ready() get fire when Dom is loaded it does not wait for image and CSS to be loaded and we can have multiple document.ready() function.
Window.load() event fire after entire Dom including images and CSS
document.ready() get fire when Dom is loaded it does not wait for image and CSS to be loaded and we can have multiple document.ready() function.