calendar fixes

This commit is contained in:
medet97 2020-04-30 13:50:10 +05:00
parent 004f54a604
commit 7a2e38c038
1 changed files with 1 additions and 4 deletions

View File

@ -53,10 +53,7 @@
</script>
<script>
$(document).ready(function () {
alert(543233);
$('.current-month.gj-cursor-pointer div').bind('click', function () {
alert(32442433);
});
alert($('.gj-picker-bootstrap').attr('selectedday'));
});
</script>
@endsection