No commit activity in last 3 years
No release in over 3 years
jQuery Popup Overlay: jQuery plugin for responsive and accessible modal windows and tooltips
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
~> 4.2.0
~> 10.0

Runtime

>= 4.0.0
 Project Readme

popupoverlay-rails

The jquery popup overlay library ready to play with Rails Asset Pipeline

Usage

Add the following to your gemfile:

gem 'popupoverlay-rails'

Add the following directive to your Javascript manifest file (application.js):

//= require popupoverlay

Versioning

popupoverlay-rails 1.7.6 == jquery-popupi-overlay 1.7.6

Contributing

  1. Fork it ( https://github.com/[my-github-username]/popupoverlay-rails/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request