$('.agree-condition').append(`

`); $(document).on('click', '.moreless-button', function() { $('.moretext').toggle(); $(this).text($(this).text() === 'Read more' ? 'Read less' : 'Read more'); });