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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:53:50+00:00 2026-06-09T13:53:50+00:00

I have a Jquery Dialog box which I want to open as soon as

  • 0

I have a Jquery Dialog box which I want to open as soon as a page loads. I have some information on the page which is displayed at the background of the dialog box. When the page is hit, there is some delay in opening the dialog box (dont know why) , so the information at the background of the dialog box is shown first and after some time dialog box is shown. I dont want a user to see the information at the background and it looks ugly that after some time the dialog box opens. Can I get the dialog box open simulataneously as soon as the page is rendered? Below is the code,

$(document).ready(function()
            {
            $("#showForm").dialog({
         autoOpen:true,
     position:'center',
        height:200,
        width: 452,
        modal: true

            });
            });
  • 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-09T13:53:51+00:00Added an answer on June 9, 2026 at 1:53 pm

    You could try putting the dialog command outside of $(document).ready(). Never tried it though.

    Another option in general is to hide the info in the background and add an open event callback to display it:

    $("#showForm").dialog({
         autoOpen:true,
         position:'center',
        height:200,
        width: 452,
        modal: true
        open: function(event, ui) { $('#mybackgoundstuff').show(); }
            });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jQuery dialog which loads an external php page. All is working
I want to open a jQuery UI dialog box and the box will have
Problem: Display jquery flot graph in dialog box I have a page which displays
I have jquery ui dialog box, and I want to resize it by the
I have the following issue: I open a dialog box with jQuery UI. This
I have a jQuery dialog that appears and loads an external page. In that
Morning. I have a form which is rendered inside of a jquery dialog box
I want to raise a jQuery Dialog box which has 2 buttons. So that
I have 2 Jquery Dialog box on the same page. The look and feel
Okay I have a jQuery dialog box which has a form in it and

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.