/ Published in: Clojure
Example of filtering by using case
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
(filter #(case (first %) ("Kategoria 1" "Kategoria 2") false ; forms in the list aren't evaluated true) pquery-response)