Switching from History API to hash navigation
I want to use History API to navigate between AJAX loaded content using url. The problem is that History API is not compatible with many browsers. So when my website is loaded on a browser that is not compatible with History API, i want it to switch to hash. Is this possible or not?