Sha256: e33a6a04ef35c0671aea9dde08e3a71a023eddebf6c9e195080c682ccebc8b4e

Contents?: true

Size: 473 Bytes

Versions: 1

Compression:

Stored size: 473 Bytes

Contents

# jquery-scrollto-rails

This gem provides the jquery scrollTo project found at http://archive.plugins.jquery.com/project/ScrollTo for the Rails asset pipeline (available since Rails 3.1).

To make use of this project add ONE of the following lines to 'app/assets/javascripts/application.js':

    //= require scrollTo-min
    //= require scrollTo

### Installation

In your Gemfile, add this line:

    gem "jquery-scrollto-rails"

Then, run `bundle install`.

That's it!

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jquery-scrollto-rails-1.4.2 README.md