I am using cuteeditor textbox (version 6.7) in my project. while loading the page I am able to assign the default value to cuteeditor textbox by the jquery code $("#rtbRouteJobComments").val(). But when during some action on page, I wanted to change the text in the cuteeditor by the same code as above. But that is not happening.
Any help is appreciated.