🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

jquery-timepicker-rails

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-timepicker-rails

1.11.10
96

Supply Chain Security

100

Vulnerability

100

Quality

100

Maintenance

100

License

Shell access

Supply chain risk

This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.

Found 1 instance in 1 package

Version published
Maintainers
2
Created

jQuery timepicker for Rails

Gem Version

jquery-timepicker and Datepair.js packaged for the Rails 3.1+ asset pipeline. See the jquery-timepicker project home page and the Datepair.js 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

You can also include Datepair.js, and optionally it's accompanying jquery plugin, jquery.datepair.js:

//= require Datepair
//= require jquery.datepair.js

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

License

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

This gem is also licensed under MIT license.

FAQs

Package last updated on 22 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts