Click event overlay of elements dynamically created by jq

add click events to the dynamic creation of dom elements on the page, using event delegates, and the results add up to the final submission of events. It is useless to use off, and the events on the page are gone after using unbind. There is a better way not to ask for help!

Apr.11,2021

$('body').on('keyup', '.numberLimit', function (e) {
       
    e.stopPropagation(); // 
    e.preventDefault(); //  a        
})

default behavior of the form form needs to block the submit button


add a return;

Menu