I'm using balupton / history.js (with jQuery) to handle dynamic content loading (ajax).
I want to be able to reload the current page after a data update, so I need to manually trigger the statechange event handler without actually changing the state (the url remains the same).
What's the correct way to do that?