calendar fixes

This commit is contained in:
medet97 2020-04-30 19:16:53 +05:00
parent 63288cda46
commit 32d26814bc
1 changed files with 8 additions and 3 deletions

View File

@ -49,9 +49,14 @@
rightIcon: '{{__("ClientSide.date")}} <i class="fa fa-caret-down"></i>'
}
});
$('.gj-picker-bootstrap tbody').on('click', 'tr > td > div',function(){
alert(524312);
})
</script>
<script>
$(document).ready(function () {
$(document).on('click', '.gj-picker-bootstrap table', function () {
alert(5342);
});
});
</script>
@endsection