You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For one page web applications.
Generate anchor urls like:
http://example.com/#/act=wow
Usage:
$.router.addHandler('id for current routing',function(get) {
var act = $.router.get('act'); // getting router param
});