January 10, 2017
[TIP] $(document).ready() vs window.onload() vs $(window).load()
Before clarifying the difference between $(document).ready() ,window.onload() and $(window).load() let’s first understand where we need to use them and when we don’t need to use them at all . If...