add this script before the jquery.mobile-1.4.5.min.js
<script src="resources/js/jquery-2.1.4.min.js"></script>
<script type="text/javascript">
$(document).bind("mobileinit", function(){
$.mobile.hashListeningEnabled = false;
});
</script>
<script src="resources/js/jquery.mobile-1.4.5.min.js"></script>
<script src="resources/js/jquery-2.1.4.min.js"></script>
<script type="text/javascript">
$(document).bind("mobileinit", function(){
$.mobile.hashListeningEnabled = false;
});
</script>
<script src="resources/js/jquery.mobile-1.4.5.min.js"></script>
Comments
Post a Comment