Generation

generate functionThu, 18 May 2023

Write me a code in jQuery that returns all the <article> tags of a DOM which contains a span that contains "test" string.

$('article').find('span:contains("test")')

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant