Skip to content

A Floating Div based on Prototype shown on top of the page to inform users that there is an operation in process.

License

Notifications You must be signed in to change notification settings

shaokun/loading_notice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loading Notice

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. When scrolling or resizing the window, it will still keep showing on the top of the page.

Howto

Install the plugin:

$ ruby script/plugin install git://github.com/thomd/loading_notice.git
$ rake loading_notice:install

Include the library into your project:

<%= javascript_include_tag :defaults, 'loading_notice' %>
<%= stylesheet_link_tag 'loading_notice' %>

Demo

Use the loading-notice-demo template (for Rails >= 2.3) to generate a simple but fully functional proof-of-concept demo of the loading_notice plugin:

$ rails loading-notice-demo -m http://gist.github.com/156145.txt
$ ruby script/server

Author

Minor enhancements by Thomas Duerr.

Original Plugin written by Shaokun Wu. Mail to shaokun at kudelabs.com for bug reports, feature requests or any comment.

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

About

A Floating Div based on Prototype shown on top of the page to inform users that there is an operation in process.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published