$('#article').keyup(function () { if (this.querySelector('p')) return; $(this).append('<p class="paragraph"></p>'); });