mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 10:22:53 +00:00
9 lines
160 B
JavaScript
9 lines
160 B
JavaScript
$(document).ready(function(){
|
|
$(function() {
|
|
$( "#datepicker" ).datepicker();
|
|
});
|
|
|
|
$(function() {
|
|
$("#timepicker").timepicker();
|
|
});
|
|
}); |