Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6689251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:29:51+00:00 2026-05-26T05:29:51+00:00

in the jQuery mobile example. The page that will be displayed after a form

  • 0

in the jQuery mobile example. The page that will be displayed after a form is submitted is the same as where the form will be POST-ing/GET-ing to.

Is it posible to submit forms to a URL and transit to another page inside the DOM?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T05:29:52+00:00Added an answer on May 26, 2026 at 5:29 am

    You can add an event handler for the submit event for the form and submit the form manually, then manually transition to whatever page you want.

    $(function () {
        $('#form_id').bind('submit', function (e) {
            e.preventDefault();
            $.post('path/to/file.php', $(this).serialize(), function (response) {
                $.mobile.changePage('#page_to_goto', {transition: 'slide'});
            });
        });
    });
    

    Some Notes:

    • You may need to turn-off AJAX handling of the form by adding data-ajax="false" to the form tag.
    • e.preventDefault() stops the form from submitting normally, a return false; at the end of the event handler should do the same thing.
    • $.post – http://api.jquery.com/jQuery.post/
    • .serialize() – http://api.jquery.com/serialize/
    • $.mobile.changePage() – http://jquerymobile.com/demos/1.0rc1/docs/api/methods.html
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a single page jQuery mobile application that consists of several list views
I want to develop a system that will actually use sessions on jQuery mobile,
I have created a web page using JQuery Mobile that has a link at
Can someone recommend a good Mobile UI Javascript/jQuery framework that works well with both
I have a page that uses JQuery UI; in particular the Sortable interaction. The
I'm using jQuery Mobile for my application that runs mainly on desktop browsers. The
jQuery Mobile Docs says if we wrap form element in div containing data-role=fieldcontain proper
I'm trying to submit a simple login form via ajax on a jQuery Mobile
My jQuery Mobile app consists of a single index.html page and contains only one
My jquery mobile page is WAY to zoomed out. I have tried everything I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.