jQuery Mobile Page Load Issue

Sometimes when we visit a link, specially on mobile, there is a situation when we place a link and reaching a page clicking that link leads to a situation where the jQuery library is not loaded into the browser. This could affect conditional fields and other jQuery widgets.

The solution is to add  rel="external" to the link.

--
Source
http://stackoverflow.com/questions/10389751/jquery-mobile-page-load-issue

Technologies: