how to change text qwith jquery code example
Example 1: jquery set text of h1
$('#id').text("New Text");
Example 2: To set the text of button using Jquery
BY LOVE
$('#btnid').text('Show');
$('#id').text("New Text");
BY LOVE
$('#btnid').text('Show');