Using Jerry
Some differences and add-ons
Using CSS selectors
Differences
Jerry
.of(html)
.s("tr:last")
.css("background-color", "yellow", "fontWeight", "bolder");Jerry.of(someHtml)
.s("select option:selected")
.each(($this, index) -> {
System.out.println($this.text());
return true;
});Unsupported stuff
Add-ons
Last updated
Was this helpful?