negar jQuery listo

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