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;

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ad22-2c271.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ad22-2c271.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?