We have an annually launched site for our university's reunions this week. After three years using jQTouch, I finally migrated the site to jQuery Mobile 1.1, which has worked out well so far.
Unfortunately, jQTouch appended #home to the end of the URL, so those who have bookmarked the site or added it to their device's home screen from previous years, try to go the new jQuery Mobile site with #home appended to the URL. All they get is a blank screen with the animated AJAX spinner.
Here is a working example with the same pattern.
Instead of going to:
They would be unsuccessfully trying to go to:
Is there some way that I can intercept the #home part of the URL and send them to the correct URL?