Home > front end >  With ajax dynamically generated elements, I want a click event when the output of a value, but the o
With ajax dynamically generated elements, I want a click event when the output of a value, but the o

Time:09-24



Want to go to the output I click delete a few data, the result is 0
Don't know is what reason, a great god can teach me?

CodePudding user response:

$(" delete ", this)

CodePudding user response:

$(" delete "). Click (function () {$(this). The parent (). The parent (), remove (); })

CodePudding user response:

$(' delete ') with $(this)
  • Related