calendar fixes

This commit is contained in:
medet97 2020-04-30 19:37:57 +05:00
parent 2f788ecaed
commit 297882274a
1 changed files with 4 additions and 3 deletions

View File

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