how to submit form using jquery mobile?

How do I load a form action into a div using jquery?

  • My contact form submits through a page i have called send.php once completed, send.php echoes 'thanks' i've been trying to use .load() to load the send.php page into the same form box i am containing the form in. Else, send.php will load on a blank screen and simply say 'thanks' i want the process of everything sending to happen and the text 'thanks' to replace my original form. -- so if this is my form: <form action="send.php" method="POST" class="form"> <input type="text" value="Never Mind" class="nvm" /> <input type="submit" value="Send" class="sendBtn""/> How would I go about doing this? I've tried so many different ways but all that i believe 'should' work end up making the entire page that my form is on go blank [unable to see anything including the form to even click send]

  • Answer:

    There is no possible way to load a for action like that.

Manic at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

There is no possible way to load a for action like that.

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.