Get value of div content using jquery September 16, 2023 by Tarik Use .text() to extract the content of the div var text = $('#field-function_purpose').text()