miguel-perez / smoothState.js

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

Support $('#main').data('smoothState').reload() #363

Open Cow258 opened 6 years ago

Cow258 commented 6 years ago

Support Reload the page

$('#main').data('smoothState').reload();
//this like to this one
window.location.reload();