Is there a method, javascript script or anything that could allow to preload hyperlinks in the page? For instance, I want that when user comes to http://ahostel.lt/ and the page fully loads, the script would start preloading other pages in the navigation (Booking, Map, Facilities, Look around, […]). So when user clicks on any of those hyperlinks, page would load instantaneously. How this can be done?
Is there a method, javascript script or anything that could allow to preload hyperlinks
Share
There’s actually provision in the HTML5 spec for this, though it’s currently only supported by Firefox.
Just throwing this to you as a non-javascript alternative.