Sha256: 39d760eac4cc4bdb92a32f42ffd4cbfef86ceb96ed63103558ab940a9f1e78cd

Contents?: true

Size: 760 Bytes

Versions: 7

Compression:

Stored size: 760 Bytes

Contents

# jqueryui_widgets

This is a ruby wrapper around some of the jQueryUI controls to make them easy to use with the [page-object gem](http://github.com/cheezy/page-object).

## Known Issues

This widgets that make up this gem will not work properly if you are using SeleniumWebDriver as the driver and nested within a frame or iframe.

## Installation

Add this line to your application's Gemfile:

    gem 'jqueryui_widgets'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install jqueryui_widgets

## Contributing

1. Fork it
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 new Pull Request

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jqueryui_widgets-1.0 README.md
jqueryui_widgets-0.7.1 README.md
jqueryui_widgets-0.6 README.md
jqueryui_widgets-0.5 README.md
jqueryui_widgets-0.4 README.md
jqueryui_widgets-0.3 README.md
jqueryui_widgets-0.2 README.md