Sha256: 6f9c57876b8eeb17eae9190e5027fcf0ae211c5f9091b65a0b4622453182a7d1

Contents?: true

Size: 918 Bytes

Versions: 1

Compression:

Stored size: 918 Bytes

Contents

# Jquery Selectbox

Custom select box replacement inspired by jQuery UI source. Demo [here](http://www.bulgaria-web-developers.com/projects/javascript/selectbox/)

## Installation

Add this line to your application's Gemfile:

    gem 'jquery-selectbox'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install jquery-selectbox

## Usage

`application.js`

    //= require jquery.selectbox

`application.css`

    *= require jquery.selectbox

or

`application.css.scss`

    @import "jquery.selectbox";

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Credits

See options and configuration on [jquery.selectbox project site](http://www.bulgaria-web-developers.com/projects/javascript/selectbox/).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jquery-selectbox-0.2.0 README.markdown