How to change Label Value using javascript

The Solution to How to change Label Value using javascript is


very simple

$('#label-ID').text("label value which you want to set");

~ Answered on 2014-10-08 08:48:06


Most Viewed Questions: