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.
(contains-subs attribute subvalue)
(contains-subs tag attribute subvalue)
(contains-subs attr__1958__auto__ subval__1959__auto__)
(contains-subs tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
(contains-word attribute subvalue)
(contains-word tag attribute subvalue)
(contains-word attr__1958__auto__ subval__1959__auto__)
(contains-word tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
(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 ".".
(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 "#".
(ends-with attribute subvalue)
(ends-with tag attribute subvalue)
(ends-with attr__1958__auto__ subval__1959__auto__)
(ends-with tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
(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.
(has-val attribute subvalue)
(has-val tag attribute subvalue)
(has-val attr__1958__auto__ subval__1959__auto__)
(has-val tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
(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.
(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.
(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
(starts-with attribute subvalue)
(starts-with tag attribute subvalue)
(starts-with attr__1958__auto__ subval__1959__auto__)
(starts-with tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
(starts-with-word attribute subvalue)
(starts-with-word tag attribute subvalue)
(starts-with-word attr__1958__auto__ subval__1959__auto__)
(starts-with-word tag__1960__auto__ attr__1958__auto__ subval__1959__auto__)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close