Retrieve value on clicked element - paging issue
Retrieve value on clicked element - paging issue
lvalero7722
Posts: 2Questions: 1Answers: 0
Hello,
This code is working :
$("#t_domain tbody td:first-child").on("click", function(){
$('#domainFEEDSUP').val(this.innerHTML);
});
But it stops working when i go to the next page when paging is enabled.
Regards
This discussion has been closed.
Answers
fixed