jquery change text of div tag code example
Example 1: jquery get element innertext
const copiedText = $('#element').text();
Example 2: change p text jqwuery
.text("new text")
const copiedText = $('#element').text();
.text("new text")