change text jquery label code example
Example 1: how to set text for label in jquery
BY LOVE
$("#lblCustomerName").text('LOVE SINGH');
Example 2: jquery label with text
var element = $("label:contains('SuperSweetCheckbox')");
BY LOVE
$("#lblCustomerName").text('LOVE SINGH');
var element = $("label:contains('SuperSweetCheckbox')");