Skip to content Skip to sidebar Skip to footer
Showing posts with the label History

History.pushstate - Not Working?

I want to change html without reload. I do it like: $('#left_menu_item').click(function(e) … Read more History.pushstate - Not Working?

When The Back Button Triggers Popstate How Can I Prevent A Page Refresh?

I am trying to modify the content in my page without a reload. Currently my code reads: window.onpo… Read more When The Back Button Triggers Popstate How Can I Prevent A Page Refresh?