Ver original$(function() { $("#eliminar").click(function () { $('.check:checked').parent().remove(); });});