Currently, I am using Joomla for my project. One of the features I have implemented is Ajax to display a specific section on a page. Within this Ajax-loaded section, there is a JCE popup link included in the code:
<a href="some link" class="jcepopup noicon">
However, when clicking on this link, the JCE popup does not seem to be functioning properly. I am wondering if there is a script that needs to be added in this case?