Text Size
Tuesday, February 07, 2012
Get a look down
Displaying items by tag: preload
Monday, 16 August 2010 15:45

How to preload a page using mootools

Some web site contains a large number of images, scripts or stylesheets even after optimization of various pages. This slow loading, and the end user just does not perhaps understand that the page is being loaded when he sees everywhere broken divs, or images half loaded.

In this small article I will show you a trick that allows you to make a preloading image on your site, which will disappear once the page is loaded, using the Mootools framework.

Published in JavaScript
Usefull tricks