The button is on this TR and i can easily remove it with the following code. How do i remove the NEXT TR
E.g.
<TR></TR> --> Code works with removing this
<TR></TR> --> Remove the next TR THis one
var $this = $(this),
orderTr = $this.parents('tr');
orderTr.remove();