I am trying to update multi text box and do it fine with this code.
var txtArea = NWF$('#' + varSig).closest('tr').find('div[id$="_inplacerte"]');
txtArea.html(txtBase);
The problem I am running into their is another multi text box that it is finding next to it and updating that one also with the same txt, txtBase.