Returns a new wrapped set composed of elements that contain the text string passed as the text parameter : contains « jQuery « JavaScript DHTML






Returns a new wrapped set composed of elements that contain the text string passed as the text parameter

 

$('p').contains('Lorem ipsum')

   
  

Related examples in the same category