baseprime / grapnel

The smallest JavaScript router with named parameters, HTML5 pushState, and middleware support
http://grapnel.js.org
467 stars 40 forks source link

how to suspend routing behaviour #16

Closed sunwukung closed 9 years ago

sunwukung commented 9 years ago

is there any way to stop the callbacks from firing - for example if you want to manually rewrite the href?

baseprime commented 9 years ago

Check out event.preventDefault()