quirkey / sammy

Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript.
http://sammyjs.org
MIT License
2.99k stars 384 forks source link

Sammy Navigate Away Events? #224

Open alanjames1987 opened 10 years ago

alanjames1987 commented 10 years ago

Does Sammy have an event that gets triggered when a user moves away from a certain route?

Obviously this.get or this.post gets triggered when a route is navigated to. Is there the opposite? Something like this.getAway so that the view corresponding to that route can be destroyed in an elegant user defined manner?

endor commented 9 years ago

It doesn't yet. You're welcome to add this functionality though.