Liking cljdoc? Tell your friends :D

ajax-collector


run-itemclj

(run-item {url :url find :find match :match})

Run the collector item with AJAX ´item´ => {:url "...", :find "...", :match "..."} ´url´ => string ´find´ => string ´match´ => string => regex

Run the collector item with AJAX
´item´
=> {:url "...", :find "...", :match "..."}
´url´ => string
´find´ => string
´match´ => string => regex
sourceraw docstring

run-listclj

(run-list & args)

Run the collector item list with AJAX ´item´ => [{:url "...", :find "...", :match "..."}] ´url´ => string ´find´ => string ´match´ => string => regex

Run the collector item list with AJAX
´item´
=> [{:url "...", :find "...", :match "..."}]
´url´ => string
´find´ => string
´match´ => string => regex
sourceraw docstring

set-driverclj

(set-driver {driver :driver url-driver :url-driver})

Run the collector item with AJAX ´item´ => {:driver "... ", :url-driver "... "} ´driver´ => string ´url-driver´ => string

Run the collector item with AJAX
´item´
=> {:driver "... ", :url-driver "... "}
´driver´ => string
´url-driver´ => string
sourceraw docstring

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

× close