Hi,
I’m trying to include the following CDNs in my ERPNext v14 site, but the scripts are not loading:
jQuery: https://code.jquery.com/jquery-3.6.0.min.js
DataTables: https://cdn.datatables.net/1.11.5/js/jquery.dataTables.min.js
Inclusion Code:
My ERPNext PageThe error in the console is: Uncaught TypeError: $(...).DataTable is not a function
. This setup works in a normal HTML file but not within ERPNext.
Does anyone know why this might be happening or how to resolve it?
Thanks.