(defn attr-has "Selector predicate, tests if the specified whitespace-seperated attribute contains the specified values. See CSS ~=" [attr & values] (pred #(when-let [v (attr-values % attr)] (every? v values))))
Comments top
No comments for attr-has. Log in to add a comment.