(parse-selector selector)
Returns a tokenized representation of the (limited) CSS selector. The following queries are supported:
"div" => {:tag :div} "div#hello" => {:tag :div :id "hello"} "div.hello.world" => {:tag :div :class #{"hello" "world"}}
Returns a tokenized representation of the (limited) CSS selector. The following queries are supported: "div" => {:tag :div} "div#hello" => {:tag :div :id "hello"} "div.hello.world" => {:tag :div :class #{"hello" "world"}}
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |