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

Want to kickstart your project?Use the new AI Studio to create your code