deny ready jquery

JavaScript
$.holdReady( true );
$.getScript( "myplugin.js", function() {
  $.holdReady( false );
});

Source

Also in JavaScript: