Ash199
0
Q:

ondocumentready

document.addEventListener("DOMContentLoaded", function(event) { 
  //we ready baby
});
31
// A $( document ).ready() block.
$( document ).ready(function() {
    console.log( "ready!" );
});
1

New to Communities?

Join the community