Ver original$(document).ready(function() { $(".eliminar").click(function () { if (this.checked) { $(this).closest("tr").remove(); } }); });