$(document).ready()

$(document).ready(function(event){ ... }) is similar to window.onload = function() { ... }

Example

$(document).ready(function(){
  // things to do when the page has fully loaded
});

results matching ""

    No results matching ""