Public Vars

Back

set-hash (clj)

(source)

function

(set-hash driver hash)
Have `driver` set a new `hash` fragment for the current page. Don't include the leading `#` character in `hash`. Useful when navigating on single page applications. See also: [[get-hash]].

Examples