Posts

Showing posts from March, 2019

Get SharePoint Multiline(Enriched) text box value

var content = $ ( 'nobr:contains("<<title of the field>>")' ). closest ( 'tr' ). find ( '.ms-rtestate-write' )[ 0 ]. innerText.trim() ;