Hi,
I have added a create button in the form once data is saved.. i need to rename the button to "update button" i have used this jquery in ajax success callback
$(".changeText").find("span").eq(1).text("Update Challenge");
but its doesnt seems to work along wid code..but in console its working.. i think DOM is nt getting refreshed. anyother way of implementation u people can suggest?