📅  最后修改于: 2022-03-11 15:04:18.433000             🧑  作者: Mango
// https://stackoverflow.com/a/32475592/3673842
// html
''
$('#table-id tbody').on( 'click', 'button.my-custom-button', function () {
alert(alert($(this).text())) // will display "My custom button"
})