Monday, April 21, 2014

Update label by using jQuery

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

No comments:

Post a Comment