javascript - how to add a loading page before the page completly shows up -


i want add loading page before main page show when loading complete. animates till page load complete ?

you add element in page

<div id="loading"> <img src="http://www.iceflowstudios.com/v3/wp-content/uploads/2013/01/loadingcircle_firstani.gif" /> loading... </div>

jquery:

$(window).load(function(){ // page loaded
// fade out overlaying div $('#loading').fadeout(); });


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -