4 Responses to “Coding a jQuery AJAX site that degrades gracefully”

  1. Jeremy

    Mar 29th, 2010

    Hi,

    This AJAX tool works great, and I love that it’s SEO friendly. Do you have any plans to make the back button work?

    Thanks!
    Jeremy

    • Guillermo

      Mar 30th, 2010

      Thanks Jeremy!

      It’s true, back button doesn’t work with this approach. This could be solved appending a hashtag on the url every time that the content changes and then using that hashtag to reload the content again when the user clicks back or forward.

      Right now adding that feature is not on the plans, the article was only to show how to load AJAX content in a crawler friendy way, but we’ll let you know if we make any changes :)

  2. Brent

    Jun 23rd, 2010

    cool, I was seeing some other tutorials but none of them degraded gracefully. It’d be awesome if you could work in the back button fix using URL hash at some point, if you ever do please email me – brent@mimoymima.com

    thanks!

    b r e n t

  3. Peter

    Aug 1st, 2010

    I am implementing your code to my web, everything work perfect besides Back button. The page url change on back button but content does not update. I was trying to plug in BBQ or history.js but nothing works. Could you help me with this.


Leave a Reply