migrate to new git
This commit is contained in:
7
web/App_Script/jqdate/jqdate.js
Normal file
7
web/App_Script/jqdate/jqdate.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// JavaScript Document
|
||||
$(window).ready(function () {
|
||||
$('.jqdate').datepicker();
|
||||
$('.jqdate').css("cursor", "pointer");
|
||||
$('.jqdate').css("width", "80px");
|
||||
$('.jqdate').attr("readonly", "readonly");
|
||||
});
|
||||
Reference in New Issue
Block a user