I want to set the title after every page is loaded (or "Where do pages get loaded by AJAX so I can hack this?")
The title string may be superfluous for mobile environment, but for desktop it is nice if the title changes as the user navigates the site. Previously someone suggested I "look at the downloaded page" to dig the title out that way. It was also suggested that using data-title attribute might be easier to handle, though I'm not sure why this would be easier.
Is there really no easy to to do this? If not, Where in jquery-mobile should I look to try and start hacking this in?