Jquery Mobile Error Loading Page On Submit
here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About
Jquery Mobile Form Submit Ajax
Us Learn more about Stack Overflow the company Business Learn more about hiring jquery mobile login form example developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the jquery mobile login form example php Stack Overflow Community Stack Overflow is a community of 6.2 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Why is JQuery Mobile giving
Jquery Mobile Login Form Validation Example
me an “error loading page” on form submission? up vote 2 down vote favorite 1 To reproduce my problem: Go to http://moboscope.appspot.com/x/http://earth911.com/ Fill in the form at the top, eg. "glass" in the first field, and "78722" in the second field. Hit "Submit". Note that the page doesn't change and I get a brief "Error loading page" popup. The popup appears so quickly that it doesn't
Jquery Mobile Form Submit Php
look like its even trying to contact the web server. Trying the same thing again has no effect (not even the error message) unless the page is refreshed. If I try the GET URL that is submitted, it works as expected: http://moboscope.appspot.com/x/http://search.earth911.com/?what=glass&where=78722 I've looked at the Javascript console and can't see any errors reported there. What could the problem be? jquery jquery-mobile share|improve this question asked Aug 28 '11 at 15:19 sanity 14.5k2897188 add a comment| 1 Answer 1 active oldest votes up vote 2 down vote accepted The method attribute of the form is empty, give it the value "get": method="GET" Your form should look like this: