Get value of div content using jquery

Use .text() to extract the content of the div

var text = $('#field-function_purpose').text()

Leave a Comment