I am creating a page for the transition.
Clicking on the page to navigate to another page - works on Firefox, but it doesn\'t on Chrome.
Error is showing : <
The issue occured in jquery.mobile-1.4.5.min.js:3
jquery.mobile-1.4.5.min.js:3
Solution:
Add this script before import as follows:
<script> $(document).bind('mobileinit',function(){ $.mobile.pushStateEnabled = false; }); </script> <script type="text/javascript" src="js/jquery.mobile-1.4.5.min.js"></script>