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

The Archive Base Latest Questions

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

I am using a jquery modal dialog to display a table of data from

  • 0

I am using a jquery modal dialog to display a table of data from my partial view. In the partial view, I have scripts which I used to change my HTML tables into jquery DataTables. So I need to make sure the table is well-formatted before it is displayed in the dialog. So, I use the callback function of .load() to open the dialog (Question: Is this a correct/proper way?):

$detaildialog.load(url, function () {
            $detaildialog.dialog('open');
        });

However, there is a delay for the loading and user will not see anything until the dialog is ready and open. This is not user-friendly and so I wish to display an loading image while the dialog is loading. I had tried to append the image during initialization of the dialog, but it doesnt work:

var $detaildialog;
    var loadingPic = $('<img src="../../Content/Images/loading.png"');
    $detaildialog = $('<div></div>').append(loadingPic.clone()).dialog({
        autoOpen: false,
        title: 'Food Details',
        modal: true
    });

Any idea how can I ensure my dialog display the correct table while keep user informed with a loading image before the dialog is ready??

Thanks..

  • 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-26T01:51:25+00:00Added an answer on May 26, 2026 at 1:51 am

    I think i had figure it out, just sharing my way of doing it here:

    HTML:

     <div id="loading">  
       Please Wait ...<br />
       <img src="../../Content/Add_in_Images/loading.gif" alt="Processing" />
      </div>
    

    jQuery:

     $('#loading').hide();
     // Once clicked, show loading image first
     $('#loading').show();
     $detaildialog.load(url, function () {
                $('#loading').hide();
                $detaildialog.dialog('open');
            });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using jquery for modal dialogs. I want to open model dialog from one
I am using the jquery dialog widget to display a modal box. However when
I am using jQuery-UI dialog in modal modal mode to display several Edit forms
I'm trying to display a modal form using jquery ui. I've adapted an example
I have an ASP.NET website which uses the jQuery dialog to present the user
I have an application which is used for data analysis and I'm having a
I'm using FancyBox jquery plugin to display modal popup boxes. The site is: http://www.chatisfying.com
I'm using a jQuery modal dialog (see link ) with an element that uses
I have a site that is using jQuery UI to display forms located on
I'm using jQuery UI Dialog control to display a pop-up on hover of a

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.