calendar fixes
This commit is contained in:
parent
7a2e38c038
commit
be927aa590
|
|
@ -53,7 +53,7 @@
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
alert($('.gj-picker-bootstrap').attr('selectedday'));
|
alert($('.gj-picker-bootstrap table').innerHTML());
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
@endsection
|
@endsection
|
||||||
Loading…
Reference in New Issue