Is there a small structure that provides hash / url handling similar to sammy.js? I need to bind callbacks to routes - not only for “regular” receive requests, but also for sending messages / sending / deleting (both are triggered by links / forms or manually from my code).
This is pretty much the case, and since I already use some other frameworks / libraries like jQuery and knockout.js, I don’t want to include a framework like Sammy (which provides too many functions that I am not going to use).
Niko
source share