Sha256: 93622034a48936f6d0f38f84aa88079abb11609a84ae6ac44e58e5c31c8099f5
Contents?: true
Size: 603 Bytes
Versions: 15
Compression:
Stored size: 603 Bytes
Contents
# jQuery Modal for Rails This gem vendors the jQuery Modal assets for Rails 3.1 and greater. The files will be added to the asset pipeline and available for you to use. For info on how to use jQuery Modal or get the unmodified asset files visit: [jQuery modal](https://github.com/kylefox/jquery-modal) ## Using the gem In your Gemfile add: ```ruby gem 'jquery-modal-rails-assets' ``` You can then include it in your app by adding the following to your javascript application file: ```javascript //= require jquery.modal ``` And to the css application file: ```css *= require jquery.modal ```
Version data entries
15 entries across 15 versions & 1 rubygems