All Projects → tkrotoff → jquery-timepicker-rails

tkrotoff / jquery-timepicker-rails

Licence: MIT license
DEPRECATED jquery-timepicker packaged for the Rails 3.1+ asset pipeline

Programming Languages

ruby
36898 projects - #4 most used programming language

This repository is not maintained anymore, use this fork instead: https://github.com/cover/jquery-timepicker-rails

jQuery timepicker for Rails

jquery-timepicker packaged for the Rails 3.1+ asset pipeline. Check jquery-timepicker project home page.

Installation

Add this line to your application's Gemfile:

gem 'jquery-timepicker-rails'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jquery-timepicker-rails

Usage

Add the following JavaScript file to app/assets/javascripts/application.js:

//= require jquery.timepicker.js

Add the following stylesheet file to app/assets/stylesheets/application.css:

*= require jquery.timepicker.css

Optionally, you can also use datepair.js:

//= require datepair.js

Most people will prefer to copy-paste this file in order to customize it.

jquery-timepicker depends on jQuery and bootstrap-datepicker or jQuery UI Datepicker.

License

jquery-timepicker is being developed by Jon Thornton and is under MIT license.

This gem is also licensed under MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].