devote,
melky, спасибо. Но я сделал вот так:
$( window ).bind( 'load', function( event ) {
handlers.popstate();
console.log('load');
setTimeout( function(){
$( window ).bind( 'popstate', function( event ) {
handlers.popstate();
console.log('popstate')
});
},0);
});
Прокатило.