Hi,
I have tried to display data in jquery data table, I included jquery.dataTables.min.js in footer:
<script src="{{ @BASE }}/minify/js/jquery-3.1.1.min.js,bootstrap.min.js,modernizr.custom.js,intercom.min.js,jquery-ui-dragsort.min.js,loadingoverlay.min.js,bootstrap-datepicker.js, bootstrap-datepicker.en-GB.js,select2.min.js,jquery.dataTables.min.js,global.js"></script>
But in console I'm getting this error:
www.example.com/subdir/minify/js/jquery…trap-datepicker.en-GB.js,select2.min.js,jquery.dataTables.min.js,global.js 403 (Forbidden)
Uncaught ReferenceError: $ is not defined
at HTMLDocument.<anonymous> (all:1055)
at HTMLDocument.nrWrapper (all:5)
But if I can remove jquery.dataTables.min.js from footer then jquery is working although datatable not functional.
Is it any security issue in datatable js file?