WaitDialog,js for Rails
This is official waitDialog.js for Rails asset pipeline gem. It exists simply to make it easier to use the waitDialog plugin in Rails apps that use the asset pipeline.
Installation
Add this line to your application's Gemfile:
gem 'wait-dialog'
And then execute:
$ bundle
Or install it yourself as:
$ gem install wait-dialog
Usage
Add the following to your app/assets/application.js file in the manifest section:
//= require jquery.sliders
Then add the following to your app/assets/application.css file in the manifest seciton:
*= require jquery.sliders
Finally, follow the example & instructions on the jQuery Sliders Project Page for details on usage of the jQuery plugin itself.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request