I placed these code in the being of custom file (I try to put in the latest version of jquery & jquery-ui)
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.min.js"></script>
or (another version)
<script src="https://code.jquery.com/jquery-3.2.0.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
When loading this page, it shown ew.js error “amd” in (F12) console.logMy php version is 8.1.21If I create a simple .php file (no phpmaker involved)
it works as expected.Hope to get some hints how to solve this issue.Thanks in advance.
scs