Return to Snippet

Revision: 62187
at February 7, 2013 05:15 by ibob


Initial Code
	
	Add this style
	
	
	<style type="text/css">
	    .ui-loader-background {
			width:100%;
			height:100%;
			top:0;
			margin: 0;
			background: rgba(0, 0, 0, 0.3);
			display:none;
			position: fixed;
			z-index:100;
		}

		.ui-loading .ui-loader-background {
			display:block;
		}
	</style>
	
	
	Then add this to the end of the BODY
	
	
	<div class="ui-loader-background"> </div>

Initial URL


Initial Description


Initial Title
JQueryMobile Overlay While Loading

Initial Tags


Initial Language
JavaScript