Liking cljdoc? Tell your friends :D

tornado.selectors

Everything related to CSS selectors - standard selectors, attribute selectors, pseudoelement selectors, functions for the compiler etc.

Everything related to CSS selectors - standard selectors, attribute selectors,
pseudoelement selectors, functions for the compiler etc.
raw docstring

activeclj/s

source

adjacent-siblingclj/s

source

afterclj/s

source

beforeclj/s

source

checkedclj/s

source

child-selectorclj/s

source

contains-subsclj/s≠

clj
(contains-subs attribute subvalue)
(contains-subs tag attribute subvalue)
cljs
source

contains-wordclj/s≠

clj
(contains-word attribute subvalue)
(contains-word tag attribute subvalue)
cljs
source

css-class?clj/s

(css-class? x)

Returns true if the argument is a keyword, a string or a symbol and (name argument) starts with ".".

Returns true if the argument is a keyword, a string or a symbol
and (name argument) starts with ".".
sourceraw docstring

css-emptyclj/s

source

css-firstclj/s

source

css-id?clj/s

(css-id? x)

Returns true if the argument is a keyword, a string or a symbol and (name argument) starts with "#".

Returns true if the argument is a keyword, a string or a symbol
and (name argument) starts with "#".
sourceraw docstring

css-notclj/s

source

defaultclj/s

source

disabledclj/s

source

enabledclj/s

source

ends-withclj/s≠

clj
(ends-with attribute subvalue)
(ends-with tag attribute subvalue)
cljs
source

first-childclj/s

source

first-letterclj/s

source

first-lineclj/s

source

first-of-typeclj/s

source

focusclj/s

source

fullscreenclj/s

source

general-siblingclj/s

source

has-attrclj/s

(has-attr attribute)
(has-attr tag attribute)

An attribute selector which selects all elements which have a given attribute with any value, or all html elements on/below the current nested selectors level which have a given attribute with any value.

An attribute selector which selects all elements which have a given
attribute with any value, or all html elements on/below the current
nested selectors level which have a given attribute with any value.
sourceraw docstring

has-valclj/s≠

clj
(has-val attribute subvalue)
(has-val tag attribute subvalue)
cljs
source

hoverclj/s

source

html-tag?clj/s

(html-tag? x)

Returns true if the argument is a keyword, a string or a symbol and represents an existing html tag.

Returns true if the argument is a keyword, a string or a symbol
and represents an existing html tag.
sourceraw docstring

html-tagsclj/s

source

IAttrclj/s

(IAttr compiles-to tag attr subval)
source

id-class-tag?clj/s

(id-class-tag? x)

Returns true if the argument is a keyword, a string or a symbol and represents some of a css-class, css-id or an html-tag.

Returns true if the argument is a keyword, a string or a symbol
and represents some of a css-class, css-id or an html-tag.
sourceraw docstring

in-rangeclj/s

source

indeterminateclj/s

source

invalidclj/s

source

langclj/s

source

last-childclj/s

source

last-of-typeclj/s

source

source

markerclj/s

source

nth-childclj/s

source

nth-last-childclj/s

source

nth-last-of-typeclj/s

source

nth-of-typeclj/s

source

only-childclj/s

source

only-of-typeclj/s

source

optionalclj/s

source

out-of-rangeclj/s

source

read-onlyclj/s

source

read-writeclj/s

source

requiredclj/s

source

rootclj/s

source

scopeclj/s

source

selectionclj/s

source

selector?clj/s

(selector? x)

Returns true if x is a selector of any kind (attribute, combinator, pseudoclass, pseudoclassfn, pseudoelement, special selector

Returns true if x is a selector of any kind (attribute, combinator, pseudoclass,
pseudoclassfn, pseudoelement, special selector
sourceraw docstring

special-selectorsclj/s

source

starts-withclj/s≠

clj
(starts-with attribute subvalue)
(starts-with tag attribute subvalue)
cljs
source

starts-with-wordclj/s≠

clj
(starts-with-word attribute subvalue)
(starts-with-word tag attribute subvalue)
cljs
source

targetclj/s

source

validclj/s

source

visitedclj/s

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close