Busy Ajax plugin

Plugin details

All projects can benefit by having a simple ajax spinner that follows the mouse when ajax calls are being made by the browser in the background. Gives the user a better experience, and saves you from coding it into every ajaxified view.

Websitehttp://busyajax.rubyforge.org/ Repositorysvn://rubyforge.org/var/svn/busyajax Author Steven Soroka Tags AJAX LicenseUnknown

Documentation

Install the plugin:
ruby script/plugin install svn://rubyforge.org/var/svn/busyajax

in your document BODY call

<%= javascript_include_tag 'busy_ajax' %>



I recommend throwing this at the bottom of the page as it won't slow down the loading and functionality of the site.

NOTE:
If you put this in the head section, you may find that you receive javascript errors, as I did, when it attempts to append to the document.body dom object before it has been loaded. Please comment if i have been doing something wrong :)

Further Documentation

There is currently no advanced documentation for this plugin.

New documentation

Edit plugin | Back in time (1 older version) | Last edited by: vikata, 3 months ago