Hi i almost got everything ,but i dont know whats wrong. i have two pages . search.php :with jquery allow choosing a type of a product and submit the input to the index.php : (no jquery just simple html/php page) that show the results from my database
when i click submit button , a loading window popup , and nothing happens ! i already got this to work when i code the search.php without jquery but it looks ugly in android browser :/
here is my codes :
http://textuploader.com/?p=6&id=dmLX
and please help me .
In your page “index.php”, you forgot the open body tag. Moreover, your index.php must be “compatible” with jquerymobile structure : add an attribute data-role=page” on your first div. Like this :