Answers for "bind event dymanically created element"

0

bind event dymanically created element

$('.wrapper-class').on("click", '.selector-class', function() {
    // Your code here
});
Posted by: Guest on January-21-2022

Code answers related to "bind event dymanically created element"

Browse Popular Code Answers by Language