0.1.1 • Published 9 years ago

jquery-waiting v0.1.1

Weekly downloads
4
License
-
Repository
-
Last release
9 years ago

jQuery Waiting

jQuery Waiting provides a way to add and remove a loading indication (e.g. an AJAX spinner gif) with some useful options like positioning and adding it as an overlay inside the element or over the entire page.

Getting Started

Download the production version or the development version.

In your web page:

<link rel="stylesheet" type="text/css" href="dist/waiting.css">
<script src="jquery.js"></script>
<script src="dist/jquery.waiting.min.js"></script>
<script>
jQuery(function($) {
  $('#content').waiting();

  // and when done:
  $('#content').waiting('done');
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)