All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.loading.js Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version

/**
 * Loading script (displays a loading image)
 */
(function(){

	try {
		window.addEventListener("load", function(){
			
		
			var style = "margin-left: auto; margin-right: auto;";
			style += "width: 300px; height: 60px";
			
			document.body.innerHTML = "
" + "
" + "" + "Loading..." + "
"; }); } catch (e) {} })();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy