umerata
8/11/2017 - 10:18 AM

Document Load and Ready Functions

Document Load and Ready Functions

// When the DOM is ready

$(document).ready(function(){


});


// When every thing finishes loading

$(window).on("load", function() {

});