Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 550 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 550 Bytes

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

Change-log

License

Released under the MIT Licenses.

============