JavaScript 加载时JQueryMobile覆盖

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript 加载时JQueryMobile覆盖相关的知识,希望对你有一定的参考价值。

	
	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>

以上是关于JavaScript 加载时JQueryMobile覆盖的主要内容,如果未能解决你的问题,请参考以下文章

在页面加载时自动运行javascript代码[重复]

在 InnerHTML 页面加载时更新的简单 JavaScript 循环

Rails JavaScript 仅在您刷新页面时加载,而不是在原始页面加载时加载,这是怎么回事?

加载javascript时如何在vue组件中引用javascript中的img

加载异步时Javascript不起作用

每次加载页面时运行 javascript