-
jquery.showLoading.js 百度云盘下载地址
资源介绍
showLoading JQuery加载中遮罩层插件
jQuery('#activity_pane').showLoading();
jQuery('#activity_pane').load(
'/path/to/my/url',
{},
function() {
//
//this is the ajax callback
//
jQuery('#activity_pane').hideLoading();
}
);