I try to change label text but nothing works
function changeText(lblTxt) { var lblAjaxUpdate = $(\"#\" + Key).find(\"[class=\'label\']\");//finds the
A basic use with
$('label').text();
is shown here http://jsfiddle.net/aCQg9/