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