Gary Porter
0
Q:

remove table line button html using javascript

// JQuery solution!
$('table').on('click', 'input[type="button"]', function(e){
   $(this).closest('tr').remove()
})
0

New to Communities?

Join the community