calendar fixes

This commit is contained in:
medet97 2020-04-30 20:23:36 +05:00
parent bdc863f26b
commit b55eaeca4d
1 changed files with 1 additions and 1 deletions

View File

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