Adding rel Attribute to All Links for jQuery Mobile App Page Using jQuery
By default, jQuery Mobile framework html links that point to any other web page are loaded via Ajax and it’s so to enable animated page transitions in your app. If you want to make your existing application links to work as it they would work in normal web app, you need to add rel=”external” attribute…