POST Method not working with jquery.mobile-1.4.0.min.js
问题 I am developing a phonegapp app. Have a simple login form in action.php file and for test purpose I am just printing the submit variable in other file see.php . Issue is that if I include following line of code in action.php then submitted variables from form are not getting printed: <script src="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.js" type="text/javascript"></script> But If I remove the above line from action.php , form is getting submitted properly and input