ajax loader
Throbber (aka loading animation)
August 27, 2008 - 8:36am — Lutz IsslerThrobber creates a loading animation for jQuery, ready to be used in your AJAX applications. Of course, the throbber is not limited to AJAX but can also be triggered manually.
Using the plugin is easy:
$("#button").throbber("click");adds a loading animation (›throbber‹) to the DOM node with the ID ›button‹ which shows up when a click event is triggered.
