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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:22:57+00:00 2026-06-18T00:22:57+00:00

this the jqueryUI $(function() { $( #dialog ).dialog({ autoOpen: false,modal: true, show: { effect:

  • 0

this the jqueryUI

$(function() {
$( "#dialog" ).dialog({
autoOpen: false,modal: true,
show: {
effect: "bounce",
duration: 1000
},
hide: {
effect: "fade",
duration: 1000
},
open: function ()
            {
                $(this).load('password.php');
            },
        height: 400,
            width: 400,
            title: 'Dynamically Loaded Page',           
});
$( "#opener" ).click(function() {
$( "#dialog" ).dialog( "open" );
});
});

html

<a href="#" id="opener">Open Dialog</a>
<div class="dialog" id="dialog" title="Basic dialog"></div>

This work should be , if the password.php only contain text .
however when password.php contain mysql query , can’t open dialog again and again ?
no error in console window, but no able open dialog again as previously excepting press F5 / refreshing page.
what the problem ?
thank

  • 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-18T00:22:58+00:00Added an answer on June 18, 2026 at 12:22 am

    add close event handler.

    $( "#dialog" ).dialog({
    // your previous code as it is 
     ,close: function( event, ui ) {$( "#dialog" ).dialog( "destroy" );}      
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is my document.ready code: $(document).ready(function() { $(#dialogbox).dialog({ open: function(event, ui) {$(a.ui-dialog-titlebar-close).remove();}, bgiframe: true,autoOpen:
I want this: http://jqueryui.com/demos/dialog/#modal-message to happend when you click on ClickMe. how to do
I am creating a dialog like in this page: http://jqueryui.com/demos/dialog/#modal-confirmation (click view source) on
(Citing source at: http://jqueryui.com/demos/dialog/#modal-form ) As an example, this works great but each time
I'm trying to add a jQuery UI modal dialog to show when a function
I have a JQuery UI modal: $('#avatar-manager').click(function () { $('#dialog').dialog('open'); return false; }); $('#dialog').dialog({
In ASP.NET MVC, I am trying to show a jqueryUI modal dialog, by calling
Is this a bug in jQueryUI's dialog or is there some reason this is
I'm using this code sample that came from jquery-ui website to show the dialog
Is it possible to apply a fade out effect on the jQuery UI modal

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.