Skip to content

inventit/jquery-timepicker-addon-rails

Repository files navigation

Jquery::Timepicker::Addon::Rails

jQuery-Timepicker-Addon for Rails.

Installation

Add this line to your application's Gemfile:

gem 'jquery-timepicker-addon-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jquery-timepicker-addon-rails

Usage

jQuery-Timepicker-Addon depends on jQuery UI.

In your application.js you will need to add these lines:

//= require jquery.ui.all
//= require jquery-ui-timepicker-addon

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/inventit/jquery-timepicker-addon-rails.

License

The gem is available as open source under the terms of the MIT License.