definicao de layout
This commit is contained in:
14
public/assets/js/time-picker/clockpicker.js
Normal file
14
public/assets/js/time-picker/clockpicker.js
Normal file
@@ -0,0 +1,14 @@
|
||||
'use strict';
|
||||
$('.clockpicker').clockpicker()
|
||||
.find('input').change(function(){
|
||||
console.log(this.value);
|
||||
});
|
||||
$('#single-input').clockpicker({
|
||||
placement: 'bottom',
|
||||
align: 'right',
|
||||
autoclose: true,
|
||||
'default': '20:48'
|
||||
});
|
||||
if (/Mobile/.test(navigator.userAgent)) {
|
||||
$('input').prop('readOnly', true);
|
||||
}
|
||||
1
public/assets/js/time-picker/highlight.min.js
vendored
Normal file
1
public/assets/js/time-picker/highlight.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
6
public/assets/js/time-picker/jquery-clockpicker.min.js
vendored
Normal file
6
public/assets/js/time-picker/jquery-clockpicker.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user