Skip to content

Commit

Permalink
add README back
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokun committed Jul 29, 2009
1 parent 20f8ca9 commit c386349
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions README
@@ -0,0 +1,31 @@
LoadingNotice
=============

Loading Notice is a plugin, built on Prototype, which shows an indictor when a slow AJAX is under process automatically.
Basically, it's like the "Loading" div appears in gmail when busy. And when the users scroll or resize the window, it
will still keep showing on the top of the page.



HOWTO
=====

1. Install the plugin:
$ ruby script/plugin install git://github.com/shaokun/loading_notice.git
$ rake loading_notice:install

2. Include the library into your project:
<%= javascript_include_tag 'prototype', 'loading_notice' %>
<%= stylesheet_link_tag 'loading_notice' %>


Author
======

Plugin written by {Shaokun Wu}[http://www.kudelabs.com]. Mail me to <tt>shaokun at kudelabs.com</tt> for bug reports,
feature requests or any comment.

Minor enhancements by [Thomas Duerr](http://thomd.net).


Copyright (c) 2009 Kude Labs, released under the MIT license

0 comments on commit c386349

Please sign in to comment.