$(document).ready(function(){ $('body').on('click', '.delete-field-item', function(){ $(this).parent('.form-group').remove(); }); });