juqery change text code example
Example 1: To set the text of button using Jquery
BY LOVE
$('#btnid').text('Show');
Example 2: change p text jqwuery
.text("new text")
BY LOVE
$('#btnid').text('Show');
.text("new text")