Skip to content

Instantly share code, notes, and snippets.

@olivernn
Created June 25, 2012 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olivernn/2987599 to your computer and use it in GitHub Desktop.
Save olivernn/2987599 to your computer and use it in GitHub Desktop.
Simple Davis.js Example
var app = Davis(function () {
this.get('/foo', function () {
alert('you clicked on foo!')
})
})
<a href="/foo">Foo!</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment