calendar fixes

This commit is contained in:
medet97 2020-04-30 19:40:17 +05:00
parent 297882274a
commit d5f555327a
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@
<script>
$(document).ready(function () {
alert(!$('.gj-picker-bootstrap table tbody tr td div'));
$("#datepicker ~ button").on('click', function () {
alert(!$('.gj-picker-bootstrap table tbody tr td div'));
});
// $(document).on('click', '.gj-picker-bootstrap table tbody tr td', function () {
// alert(5342);
// });