jQuery插件实现的加载图片和页面效果
http://www.helloweba.com/view-blog-280.html示例1:DIV加载图片
$(function(){ $('#img').oLoader({ waitLoad: true, fadeLevel: 0.9, backgroundColor: '#fff', style:0, image: 'loader.gif' }); });
示例2:Ajax加载页面
这是一个测试页面!
Ajax加载的。页面地址: ex_02.html
Ajax加载的。页面地址: ex_02.html
点击查看
$(function(){ $('#ajaxload').oLoader({ url: 'ex_02.html' }); });
示例3:加载页面
点击查看
$(function(){ $.oPageLoader(); });
示例4:加载页面带回调函数
点击查看
$(function(){ $.oPageLoader(); });
最后
以上就是心灵美眼睛最近收集整理的关于jQuery实现的加载页面过渡效果的全部内容,更多相关jQuery实现内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复