Slide 19
Slide 19 text
19
HTML DOM-Selection with a JQuery-like Syntax
Examples
$("div", 2)
$("td.odd", 0..2)*.text()
$("img", alt: "Titel")
$("img", alt: "Titel").previous()
$("div#heading").find("div", 3)
$("div", text: iStartsWith ("groovy"))
$("form").find("input", name: "speaker").value()