$(window).load(function () {
  $(".preload img").attr("src", "");
  $(".preload").detach();
});

