$('#show-more').click(function() { this.textContent = this.textContent=='Показать еще' ? 'Свернуть' : 'Теперь так' })