how to append text in div using jquery code example Example: jquery append text to div $( "#divId" ).append( "<p>Test</p>" );