ol.loading是基于jquery的loading mask遮罩控件,轻量,且功能强大。
支持主流浏览器:ie6+,firefox等。
基于MIT和GPL协议下开源。
使用方法:
//下载的demo文件
//页面引用
<script src="http://open-lib.googlecode.com/svn/trunk/jquery-1.3.2.min.js" type="text/javascript" charset='utf-8'></script>
<script src="http://open-lib.googlecode.com/svn/trunk/jquery.bgiframe.min.js" type="text/javascript" charset='utf-8'></script>
<script type="text/javascript" src="loading-min.js" charset="UTF-8"></script>
<link href="loading.css" type="text/css" rel="stylesheet">
//js代码
var loading=new ol.loading({id:"div1"}); //生成一个overlay对象,遮罩会遮住有此id的元素
loading.show(); //显示遮罩
loading.hide(); //隐藏遮罩
//html代码
<div id="div1" style="position:absolute;right:0px;bottom:100px;width:200px;height:100px;background:blue;">div1<div>
//支持其他一些属性
new ol.loading({
id:"table1",
loadingClass:null,//支持外加样式
zIndex:800
});
主页:http://www.open-lib.com/Forum/Read_42_1.action
演示地址:http://open-lib.googlecode.com/svn/trunk/ol.loading_0.1/demo.html
下载地址:http://open-lib.googlecode.com/svn/trunk/ol.loading_0.1/ol.loading.rar
支持主流浏览器:ie6+,firefox等。
基于MIT和GPL协议下开源。
使用方法:
//下载的demo文件
//页面引用
<script src="http://open-lib.googlecode.com/svn/trunk/jquery-1.3.2.min.js" type="text/javascript" charset='utf-8'></script>
<script src="http://open-lib.googlecode.com/svn/trunk/jquery.bgiframe.min.js" type="text/javascript" charset='utf-8'></script>
<script type="text/javascript" src="loading-min.js" charset="UTF-8"></script>
<link href="loading.css" type="text/css" rel="stylesheet">
//js代码
var loading=new ol.loading({id:"div1"}); //生成一个overlay对象,遮罩会遮住有此id的元素
loading.show(); //显示遮罩
loading.hide(); //隐藏遮罩
//html代码
<div id="div1" style="position:absolute;right:0px;bottom:100px;width:200px;height:100px;background:blue;">div1<div>
//支持其他一些属性
new ol.loading({
id:"table1",
loadingClass:null,//支持外加样式
zIndex:800
});
主页:http://www.open-lib.com/Forum/Read_42_1.action
演示地址:http://open-lib.googlecode.com/svn/trunk/ol.loading_0.1/demo.html
下载地址:http://open-lib.googlecode.com/svn/trunk/ol.loading_0.1/ol.loading.rar