get box all content jquery code example
Example 1: .contents()
.contents()
Example 2: jquery get all paragraphs
//Get all Paragraphs in the DOM using Jquery
$('p')
.contents()
//Get all Paragraphs in the DOM using Jquery
$('p')