Hello again,
I believe I traced the issue to mod_jacontentlisting/helper.php in addAssets().
This line appears to be the trigger:
HTMLHelper::_('jquery.framework');
With that line active, pages using JA Content Listing can output jQuery in the wrong order and throw:
Uncaught ReferenceError: jQuery is not defined
When I comment out only that line, the JA Content Listing modules still display normally and jQuery loads in the correct order:
<script src="jquery.min.js"></script>
<script src="jquery-noconflict.min.js"></script>
<script src="jquery-migrate.min.js"></script>
Can you confirm whether this line is still needed for Joomla 6, or whether there is an updated fix for JA Content Listing?
I like this module and want to continue to use it, appreciate any feedback.
Thank you