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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:55:16+00:00 2026-05-28T05:55:16+00:00

I have a jquery dialog box that is used to edit and update a

  • 0

I have a jquery dialog box that is used to edit and update a certain record on a list.
When a certain record is clicked ‘..and the jquery dialog is open, I want the parent window ‘at the background’ to reload without closing the jquery dialog box so when I close the dialog box, the list will be updated. I tried to put window.location.reload(); before opening a new dialog box but it doesn’t seem to work. Instead, it refreshes the whole parent page and closes the dialog box..
Any ideas?..
Here’s part of my code..

$('.pricesave').live('click', function() {
var id = $(this).attr('rel');

$("#addprice_1").dialog('close');

 var qq = $("#mainForm2").serialize();

   $.ajax({  
        type: "POST",  
        url: "partprice2.php",  
        data: qq,  
        success: function(){  
    window.location.reload();
             $("#edit_number").data('num_id', id).dialog('close').dialog('open');
            return false;

        }  
    });  

});

  • 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-28T05:55:17+00:00Added an answer on May 28, 2026 at 5:55 am

    Unfortunately, you are going to have to come up with something smarter than telling the page to reload because of the way jQuery UI dialogs work.

    Unlike traditional popups, they are actually just an absolutely positioned <div> added to the page dynamically. So reloading the page will remove that markup and it will have to be re-added (i.e. the call to open the dialog will have to be made in Javascript).

    So the easiest (but worst from a user experience) approach might be to serialise the current state of the dialog, save it to a cookie, reload the page and on page load, check for that cookie and if you find it, reopen the dialog and restore the previous state then delete the cookie. Obviously, this will create a ‘flash’ while the page reloads, and is not fast or efficient.

    If it has to be seamless, you are going to need to come up with a way of updating the rest of the page without affecting the jQuery dialog’s markup.

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

Sidebar

Related Questions

I have a dialog box that I open using jQuery 1.7.1. The html for
I have a problem with the jquery-ui dialog box . The problem is that
I have a jQuery UI Dialog that gets displayed when specific elements are clicked.
I have a JQuery dialog box on a page that calls something like this:
I have a jQuery UI Dialog box, that I'm creating. It starts out as
I have a jQuery dialog box that opens and then an AJAX call is
I have some JQuery that pops up a JQuery Dialog ( http://docs.jquery.com/UI/Dialog ) box
I want to raise a jQuery Dialog box which has 2 buttons. So that
I have a simple jQuery dialog box that has an html input inside it.
I have written a simple jQuery dialog box that will appear in an asp

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.