transmet/js/funcs.js

4 lines
72 B
JavaScript
Raw Normal View History

$(document).ready( function () {
$( "#datepicker" ).datepicker();
});