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

(adjacent-sibling & children__1982__auto__)
source

afterclj/s

source

beforeclj/s

source

checkedclj/s

source

child-selectorclj/s

(child-selector & children__1982__auto__)
source

class-or-id-str-formclj/s

(class-or-id-str-form x)
source

contains-subsclj/s≠

clj
(contains-subs attribute subvalue)
(contains-subs tag attribute subvalue)
cljs
(contains-subs attr__1958__auto__ subval__1959__auto__)
(contains-subs tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
source

contains-wordclj/s≠

clj
(contains-word attribute subvalue)
(contains-word tag attribute subvalue)
cljs
(contains-word attr__1958__auto__ subval__1959__auto__)
(contains-word tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
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

(css-not arg__1971__auto__)
source

cssattributeselectorclj/s

(cssattributeselector compiles-to tag attr subval)
source

defaultclj/s

source

disabledclj/s

source

enabledclj/s

source

ends-withclj/s≠

clj
(ends-with attribute subvalue)
(ends-with tag attribute subvalue)
cljs
(ends-with attr__1958__auto__ subval__1959__auto__)
(ends-with tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
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

(general-sibling & children__1982__auto__)
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
(has-val attr__1958__auto__ subval__1959__auto__)
(has-val tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
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

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

(lang arg__1971__auto__)
source

last-childclj/s

source

last-of-typeclj/s

source

source

markerclj/s

source

nth-childclj/s

(nth-child arg__1971__auto__)
source

nth-last-childclj/s

(nth-last-child arg__1971__auto__)
source

nth-last-of-typeclj/s

(nth-last-of-type arg__1971__auto__)
source

nth-of-typeclj/s

(nth-of-type arg__1971__auto__)
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
(starts-with attr__1958__auto__ subval__1959__auto__)
(starts-with tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
source

starts-with-wordclj/s≠

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

targetclj/s

source

validclj/s

source

visitedclj/s

source

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

× close