jquery Mobile点击显示加载等待效果

点击某个按钮或链接时,触发等待加载效果:

<script>
<!--
$(document).bind("mobileinit", function(){
});

$( function() {
//默认设置,一个小圈圈在转
$('#default').live( 'tap', function() {
$.mobile.loadingMessageTextVisible = false;
$.mobile.showPageLoadingMsg();
} );
//小圈子外围加矩形的背景
$('#loadingMessageTextVisible').live( 'tap', function() {
$.mobile.loadingMessageTextVisible = true;
$.mobile.loadingMessageTheme = 'a';
$.mobile.showPageLoadingMsg();
} );
//矩形背景样式为e
$('#loadingMessageTheme').live( 'tap', function() {
$.mobile.loadingMessageTextVisible = true;
$.mobile.loadingMessageTheme = 'e';
$.mobile.showPageLoadingMsg();
} );
//小圈子下面加上文字
$('#customText').live( 'tap', function() {
$.mobile.loadingMessageTextVisible = true;
$.mobile.showPageLoadingMsg( 'a', "Please wait..." );
} );
//只有文字,没有小圈子在转
$('#noSpinner').live( 'tap', function() {
$.mobile.loadingMessageTextVisible = true;
$.mobile.showPageLoadingMsg( 'a', "Please wait...", true );
} );

} );
-->
</script>


HTML代码:

<p><a id="default" data-role="button">Default Loader</a></p>
<p><a id="loadingMessageTextVisible" data-role="button">loadingMessageTextVisible = true</a></p>
<p><a id="loadingMessageTheme" data-role="button">loadingMessageTheme = 'e'</a></p>
<p><a id="customText" data-role="button">Custom Text</a></p>
<p><a id="noSpinner" data-role="button">No Spinner</a></p>


[url]http://www.elated.com/res/File/articles/development/javascript/jquery/jquery-mobile-1-1-smoother-faster-nicer/loading.html[/url]


[url]http://my.oschina.net/geomen/blog/60259[/url]


jqueryMobile插件仿iPhone滑动出现删除按钮
[url]http://www.oschina.net/code/snippet_152736_17798[/url]

jquery mobile 侧滑插件
[url]http://mmenu.frebsite.nl/[/url]

jQuery Mobile十大常用技巧
[url]http://blog.csdn.net/hezudao25/article/details/8052785[/url]

jquery mobile 中文手册API
[url]http://www.lampweb.org/jquerymobile/5/11.html[/url]

JqueryMobile 动态添加元素css丢失的终极解决办法
[url]http://blog.csdn.net/lgd5979/article/details/7161339[/url]

Bootstrap中文网
[url]http://v3.bootcss.com/[/url]

jQuery插件库
[url]http://www.jq22.com/[/url]


移动开发必备!15款jQuery Mobile插件
[url]http://www.csdn.net/article/2013-11-22/2817596-15-jquery-mobile-plugins-for-mobile-dev/1[/url]
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值