Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
For navigation between pages, we will use standard a elements. jQuery
Mobile will take them and do the magic for us.
First of all, there are different types of hyperlinks that we can make:
Internal links to another page in the same document (known as a multipage document)
External links to a page in other jQuery Mobile documents
Absolute links to non-jQuery Mobile documents
Mobile special links
Linking between jQuery Mobile’s pages (first two cases) creates two special linking behaviors:
It creates a transition animation between pages, on compatible devices (such as iOS- and Android-based devices).
If running on a browser (and not in chromeless installed app), the browser’s back button will automatically go back to the first page.