You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jquery-timepicker packaged for the Rails 3.1+ asset pipeline.
5
-
Check [jquery-timepicker project home page](http://github.com/jonthornton/jquery-timepicker).
4
+
jquery-timepicker and Datepair.js packaged for the Rails 3.1+ asset pipeline.
5
+
See the [jquery-timepicker project home page](http://github.com/jonthornton/jquery-timepicker) and the [Datepair.js home page](https://github.com/jonthornton/Datepair.js).
6
6
7
7
## Installation
8
8
@@ -28,13 +28,13 @@ Add the following stylesheet file to `app/assets/stylesheets/application.css`:
28
28
29
29
*= require jquery.timepicker.css
30
30
31
-
Optionally, you can also use`jquery.datepair.js`:
31
+
You can also include `Datepair.js`, and optionally it's accompanying jquery plugin,`jquery.datepair.js`:
32
32
33
+
//= require Datepair
33
34
//= require jquery.datepair.js
34
35
35
-
Most people will prefer to copy-paste this file in order to customize it.
36
-
37
-
jquery-timepicker depends on jQuery and [bootstrap-datepicker](http://github.com/eternicode/bootstrap-datepicker) or [jQuery UI Datepicker](http://jqueryui.com/demos/datepicker/).
36
+
Datepair.js depends on [bootstrap-datepicker](http://github.com/eternicode/bootstrap-datepicker) or [jQuery UI Datepicker](http://jqueryui.com/demos/datepicker/).
0 commit comments