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 is a website building & hosting documentation for Clojure/Script libraries

× close