I try to change label text but nothing works
function changeText(lblTxt) { var lblAjaxUpdate = $(\"#\" + Key).find(\"[class=\'label\']\");//finds the
in your case:
lblAjaxUpdate.text(lblTxt)
or
lblAjaxUpdate.get(0).InnerText = lblTxt