79339974

Date: 2025-01-08 16:15:11
Score: 1
Natty:
Report link

In jQuery you can handle dynamically loaded content like this

jQuery(document).on('click' , '.dynamic-content-class' , function(){
 // your logic here
});

replace dynamic-content-class with your class

you can add event handlers on dynamic content like that

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: WordPress Developer