JS function to preload images before page load, This function will work: function preloadImage(url) { var img = new Image(); img.src = "/test/example.jpg"; }.
確定! 回上一頁