calendar fixes
This commit is contained in:
parent
949d0b2976
commit
4f40bd8cb7
|
|
@ -41,13 +41,6 @@
|
|||
@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({
|
||||
|
|
@ -58,4 +51,11 @@
|
|||
});
|
||||
|
||||
</script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$('#datepicker').datepicker().on('changeDate', function (e) {
|
||||
alert('43');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
@endsection
|
||||
Loading…
Reference in New Issue