$(function () { $('.del-file').click(function () { $(this).closest('.table-1-center').hide(); }); });