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