$('table').on('click', '.delEditVariant', function(){ var elementDelet = $(this).prev(); elementDelet.remove(); $(this).remove(); })