jQueryMobile loads its first page as every site does. The usual Google Analytics integration works – the request ist tracked. But following pages are loaded asynchronously and user clicks are not tracked.
How to integrate Google Analytics into a jQueryMobile website, so that all page clicks are tracked?
Jon Gales has written a great article on this.
http://www.jongales.com/blog/2011/01/10/google-analytics-and-jquery-mobile/
Here’s the code he recommends using:
Update
Since
liveis now deprecated you should use theonevent instead, if you´re using jQuery 1.7+. http://api.jquery.com/on/