Skip to content

zollty-org/waitingbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

A simple waiting box for page loading or ajax processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published