calendar fixes
This commit is contained in:
parent
50586a6adb
commit
1d8b1f6a9a
File diff suppressed because one or more lines are too long
|
|
@ -41,6 +41,13 @@
|
|||
@endsection
|
||||
|
||||
@section('after_scripts')
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
function gotoFunc(){
|
||||
alert('hit');
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<script src="{{asset('vendor/gijgo/gijgo.min.js')}}" type="text/javascript"></script>
|
||||
<script>
|
||||
$('#datepicker').datepicker({
|
||||
|
|
@ -51,11 +58,4 @@
|
|||
});
|
||||
|
||||
</script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$('.gj-picker-bootstrap').change(function () {
|
||||
$('.gj-picker-bootstrap').attr('selectedday');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
Loading…
Reference in New Issue