An open API service indexing awesome lists of open source software.

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

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