jquery - preload="true" hyperlinks -


Is there any way, JavaScript script or something that can allow hyperlinks to be loaded in a page? For example, I want that when the user comes and the page gets fully loaded, the script starts loading other pages in navigation (bookings, maps, features, look around, [...]) have make. So when the user clicks on any of those hyperlinks, the page will be loaded immediately how can this be done?

There is actually a provision in HTML5, though it is currently only supported by Firefox.

  & lt; Link rel = "next" href = "page2.html" & gt;  

Just throw it as a non-javascript option.


Comments