風之紫色  BLOG

js,ajax,php打造进度条

php2011-11-15 09:45
js,ajax,php打造进度条实例:  var progress = 0;var total = 50;var end = 0;var timer = null;function run(){ end = parseInt($("#progress-bar").width());go = end / total;timer = setInterval("my_progress()",100);}function my_progress(){progress += go;if(progress

清除setInterval

js技巧2010-09-25 17:03
代码如下 function open_file() {
    Copyright © 風之紫色, All Rights Reserved.Theme by 風之紫色.Style as Facebook.
    Time:0.03559s,Mem1.406496M
    FZ 1.0   Author : 風之紫色