add text in jquery code example
Example 1: jquery set text of h1
$('#id').text("New Text");
Example 2: jquery add text to textbox
jquery add text to textbox
$("#id").val(whatever you want to display inside the textbox)
$('#id').text("New Text");
jquery add text to textbox
$("#id").val(whatever you want to display inside the textbox)