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 8702585
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:41:20+00:00 2026-06-13T02:41:20+00:00

I have a mobile quiz, that I load 10 form questions into hidden divs,

  • 0

I have a mobile quiz, that I load 10 form questions into hidden divs, and after each question is answered, I fade and hide the question and unhide the next question, after they go through the 10 questions, how do I get it to post the actual data to the script waiting on the server …form method=post action=process_quiz.php.. I am not really sure where/how to add that final submit button (obviously in the last div) but to work with the Javascript code to post the form data.

$(document).ready(function() 
{ 


        $('.btnNext').click(function()
        {

                $(this).parents('.questionContainer').fadeOut(500, function()
                {
                    $(this).next().fadeIn(500);
                });

        }); 

            $('.btnPrev').click(function()
            {
                $(this).parents('.questionContainer').fadeOut(500, function()
                {
                    $(this).prev().fadeIn(500);
                });


            });     
}); 
  • 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-06-13T02:41:21+00:00Added an answer on June 13, 2026 at 2:41 am
    $("#mySubmit").click(function(){
        $("#myForm").submit();
    });
    

    As long as the form has the following attributes defined:

    <form action="process_quiz.php" method="post">
    

    The documentation for jQuery form .submit() function is located here:
    http://api.jquery.com/submit/

    It doesn’t really matter where the button is located, or if it is even a submit button with the code above. If it is an actual submit button located within the form DOM element then it will automatically submit the form on click without you needing to specify it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a mobile app that is using LinqToDatasets to update/insert into a SQL
I have made a web application that administrate questions for a quiz. The web
Has anyone ran into this issue? We have a mobile site that can't use
I have a mobile webpage that is just a simple form with a submit
I have JQuery Mobile-1.0.js file. // Load a page into the DOM. $.mobile.loadPage =
I have a mobile website that links to a youtube video. On Android, clicking
I have a mobile app webservice client that connects to a WCF webservice(on my
I currently have a mobile application that can record speech as either a WAV
Does every j2me enabled mobile have GPS service so that the developer can locate
I have a mobile application that I'm using with Facebook connect. I'm having trouble

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.