We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175d6e9 commit 41cfa20Copy full SHA for 41cfa20
example_wrap_unwrap.php examples/example_wrap_unwrap.phpexample_wrap_unwrap.php renamed to examples/example_wrap_unwrap.php
@@ -14,7 +14,7 @@
14
</div>
15
');
16
17
-// queries all divs and unwraps them
+// queries all uls inside divs and unwraps them
18
$doc->query("div ul")->unwrap();
19
$doc->query("ul")->wrap('<section class="bookshelf"></section>');
20
@@ -55,4 +55,4 @@
55
$doc->query("table.data tr td[3]::text")->wrap('<span style="color: green; font-weight: bold;"></span>');
56
$doc->query("table.data tr td[4]::text")->wrap('<span style="color: orange; font-weight: bold;"></span>');
57
58
-$doc->output();
+$doc->output();
0 commit comments