calendar fixes

This commit is contained in:
medet97 2020-04-30 19:10:05 +05:00
parent 800837ff8b
commit 63288cda46
1 changed files with 3 additions and 8 deletions

View File

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