Waitingbox A simple tool for waiting for page processing. Usage show/hide waitingbox // ...... waitingbox.show(); // 弹出提示: 正在处理,请稍后.... $.get(url, function(data) { waitingbox.hide(); // 关闭提示 // TODO...... }); See Examples Download waitingbox.js Change-log License Released under the MIT Licenses. ============