Skip to content
Mark Howells-Mead edited this page May 28, 2020 · 1 revision

Select all descendants of a parent by attribute

$elements = $xpath->query('//table[contains(@class, "shop_table")]//td[@data-title]');
Clone this wiki locally