I need to update Richtext control field value on submit. I am able to update all other types using following but not richtext. I am aware that we need to deal richtext differently and tried but could not succeed.
//works for single line of text but not for richtext
NWF$('#'+ReviewHistory).val("Completed Update");