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?

Is The Deferred/promise Concept In Javascript A New One Or Is It A Traditional Part Of Functional Programming?

I really like the idea of jQuery's deferred/promise pattern or paradigm but sometimes I have tr… Read more Is The Deferred/promise Concept In Javascript A New One Or Is It A Traditional Part Of Functional Programming?

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?

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?

Redirecting To A Specific Page When Clicking Browser's Back Button

it's a bit of a nooby question, but there it goes: i have a site where the user can only naviga… Read more Redirecting To A Specific Page When Clicking Browser's Back Button