免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2540 | 回复: 0
打印 上一主题 下一主题

弹出层滚动条 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-09-01 11:47 |只看该作者 |倒序浏览
弹出层滚动条


Html代码

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title>无标题文档</title>
  6. <script type="text/javascript" src="jquery-1.4.2.js"></script>
  7. <script type="text/javascript" src="jquery.processing.plugin.js"></script>

  8. <script>
  9. $(function(){
  10.    
  11.     $("#btn").bind('click',function(){
  12.        $(document).progressDialog.showDialog("好事多磨,正在为您打开页面...");

  13.       $("#demo").load("http://www.cntv.com/",function(){
  14.                 $(document).progressDialog.hideDialog();
  15.         });
  16.    });
  17.   
  18. });
  19. </script>
  20. </head>

  21. <body>
  22. <input id="btn" type="button" value="进度条演示" />
  23. <br><br>
  24. <div id="demo"></div>
  25. </body>
  26. </html>
复制代码
下载次数
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP