NETEYE Activity Indicator

A jQuery plugin that renders a translucent activity indicator (spinner) using SVG or VML.Lightweight script No images required No external CSS Resolution independent Alpha transparency Highly configurable appearance Works in all major browsers Uses feature detection Degrades gracefully

Supported Browsers

The plugin has been successfully tested in the following browsers:

  • Firefox 2.0
  • Safari 3.2.1
  • Internet Explorer 6.0
  • Opera 10.6
  • Of course newer versions of the various browsers are also supported.

    Dependencies

    The plugin requires jQuery v1.4.2 (or higher). Besides that, no other files are required, especially no style-sheets or images.

    Usage

    To render the default indicator, invoke .activity(). To remove it, call .activity(false). You may pass an options object to customize the appearance:

    You may change the global defaults by modifying the $.fn.activity.defaults object.