<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=9" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>页面加载进度条</title>
    <script src="js/jquery-1.4.2.min.js" type="text/javascript"></script>
    <script type="text/javascript">
        
var etControl = {};
        etControl.process 
= function (config) {
            
/*需要放在html中的body标签后面使用本控件*/

            
var count = 0;
            
var id = "loading";
            
var el = "#" + id;

            $(
"body").append('<div >>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2021-12-06
  • 2021-09-04
  • 2021-08-18
  • 2021-10-19
猜你喜欢
  • 2022-02-07
  • 2021-06-12
  • 2021-10-31
  • 2021-10-29
  • 2021-08-22
  • 2022-12-23
相关资源
相似解决方案