Liking cljdoc? Tell your friends :D

inspecter.selector


parse-selectorclj

(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"}}
raw docstring

selector-parserclj

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close