Creating a Slide Show Using the History API and jQuery

During Ajax communication, page content is often modified in some way or another. Since Ajax requests are sent through a client side script, the browser address bar remains unchanged even if the page content is being changed. Although this behavior doesn't create any problem for an application's functionality, it has pitfalls of its own. That's where History API comes to your rescue. History API allows you to programmatically change the URL being shown in the browser's address bar. This article demonstrates how History API can be used with an example of a slide show.

http://www.binaryintellect.net/articles/f0d4b9e5-75e2-4748-8b03-b6f9e3976135.aspx

 

No Comments