I am using Javascript in my php application.I am stuck in one line\this is the line
'<td><input type="button" onClick="$(this).closest('tr').remove();" value="x" class="btn btn-primary"></td>'
I want to concatenate that ('tr') that is present with closest.
There is issue with double quotes and single quote.