on() not working for dynamically added elements – Use event delegation like $(parent).on(“click”, child, function(){}).
“on() Not Working for Dynamically Added Elements – Use Event Delegation Like $(parent).on(‘click’, child, function() {})” Table of Contents 1. Introduction What is jQuery’s .on() Method? The .on() method is….