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

  • Home
  • SEARCH
  • 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 8159797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T18:02:43+00:00 2026-06-06T18:02:43+00:00

I have a div on a page where I load a div from another

  • 0

I have a div on a page where I load a div from another php page (of the same website) by using the jquery .load() and setTimeout() to refresh it. This div though contains a form with two radio buttons that have random names and id’s. After the submit button is pressed the page gets redirected to the form page which contains other options. What I want to do is submit the form without redirecting to the default form page.

p.s. the div containing the form “disappears” after submission and another div with other options appears. I just want it to dissappear from the destination div. I don’t have control over the source page and cannot change anything there.

<div id="destinationdiv">
//source form that doesn't have id goes here
</div>
  • 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-06T18:02:45+00:00Added an answer on June 6, 2026 at 6:02 pm

    You can delegate a submit handler to the form on page load, even though it won’t exist until it is ajax loaded. Since form has no identifiers, will use it’s parent element and the form tag as selector

    http://api.jquery.com/on/

    $(document).on('submit', '#destinationdiv form', function() { /* "this" will be the form element*/
    
    
        /* serialize all fields for ajax submittal*/
        var data = $(this).serialize();
    
        /* ajax post data */
        $.post(url, data, function(data) { 
           /* do something with return data, or local html on success here*/
        });
    
        /* prevent browser default submit*/
    
        return false;
    })
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Colorbox, and I want to load a specific div from another page
I have used jquery to load some html from another page and added the
I have the following jquery code which loads the #content div from another page,
I have a page (page1.php) where I am using a select box to load
I have a page that loads a div from another page on successful submission
I have 2 div one to load data from an ajax request and another
I have a problem to load specific div element and show on my page
In this html I basically have a sidebar-div and a page-div with the header,
I have two div in my website page one beside the other(one left and
I am trying to load a div from another domain and display it on

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.