jquery element by content code example
Example 1: jquery find by innertext
$( "div:contains('innerText')" );
Example 2: jquery get all paragraphs
//Get all Paragraphs in the DOM using Jquery
$('p')
$( "div:contains('innerText')" );
//Get all Paragraphs in the DOM using Jquery
$('p')