https://github.com/graysonchen/tiny_box2_rails
javascript modal windows
https://github.com/graysonchen/tiny_box2_rails
Last synced: 2 months ago
JSON representation
javascript modal windows
- Host: GitHub
- URL: https://github.com/graysonchen/tiny_box2_rails
- Owner: graysonchen
- License: mit
- Created: 2015-03-02T04:14:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T05:01:22.000Z (over 11 years ago)
- Last Synced: 2025-03-02T12:11:34.635Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://sandbox.scriptiny.com/tinybox2
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TinyBox2Rails
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'tiny_box2_rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install tiny_box2_rails
## Usage
add to css file
```
/*
*= require tiny_box2
*/
```
add to js file
```
//= require tiny_box2
```
##
```
visit: http://www.scriptiny.com/2011/03/javascript-modal-windows/
```
## Contributing
1. Fork it ( https://github.com/cgg5207/tiny_box2_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