In this tutorial I will shou you how to change label by using jQuery
we will use jQuery.text() method for this purpose
$("#lblShareError").text("Your new Text");
where lblShareError is the name of our label
I hope it was informative for you, and I would like to Thank You for reading
we will use jQuery.text() method for this purpose
$("#lblShareError").text("Your new Text");
where lblShareError is the name of our label
I hope it was informative for you, and I would like to Thank You for reading
No comments:
Post a Comment