Skip to main content

Posts

Showing posts from January, 2016

JQUERY MOBILE 1.4.5 popup issue resolving

   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>