Remove the listener event on the button when the button is clicked

When the button is clicked, remove the listening event on the button.

 

$(".layui-table").find('tr[data-index="'+trIndex+'"]').find('td').find('div').find('a').removeAttr('lay-event')

 

Guess you like

Origin blog.csdn.net/qie_wei/article/details/113102584