$('.comment').on('click', '[id="Cancel"]', function(event){$('#form', event.delegateTarget).remove();})