miguel-perez / smoothState.js

Unobtrusive page transitions with jQuery.
MIT License
4.43k stars 508 forks source link

Window load not getting fired. #376

Open SahilMepani opened 5 years ago

SahilMepani commented 5 years ago
$(window).load(function() {
    console.log('window loaded');
});

This function is not fired when we are moving between pages using smoothState. But if I load the page directly from browser this event is fired.