$('.alert-success').each(function () {
            textArea.value += $(this).text() + '\n\n';
        });