📅  最后修改于: 2022-03-11 15:01:42.309000             🧑  作者: Mango
// If "tr" is created dynamically.
$("#dataTable tbody").on("click", "tr", function(event){
console.log($(this).text());
});