mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
Added files
This commit is contained in:
9
public/javascripts/custom.js
Normal file
9
public/javascripts/custom.js
Normal file
@@ -0,0 +1,9 @@
|
||||
$(document).ready(function(){
|
||||
$(function() {
|
||||
$( "#datepicker" ).datepicker();
|
||||
});
|
||||
|
||||
$(function() {
|
||||
$("#timepicker").timepicker({ 'step' : 15});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user