I am trying to have my script delete the row completely once the \"locatebutton\" has been pressed. I have the following code however I cannot seem to get it working right.
I was able to accomplish this with the following
$("#dataTables-example").on('click', '.btn-info', function () { $(this).parent().parent().remove(); });