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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:48:03+00:00 2026-06-13T06:48:03+00:00

I have a Jquery Dialog box and the code is below, $(document).ready(function() { $(#dialogForm).dialog({

  • 0

I have a Jquery Dialog box and the code is below,

$(document).ready(function()
            {
            $("#dialogForm").dialog({
         autoOpen:true,
     position:'center',
        height:187,
        width: 472,
        modal: true,
show: {effect: 'explode', duration: 350}

            });
$('#body').show();
            });

Here am using effect which is explode and duration is 350. This works perfect in Chrome and FF browsers. But in IE though it works am not getting the explode effect which am getting in Chrome/FF. Dialog box appears but, it appears like with no effects. Since the duration is 350 here, and since effect is not visible in IE, it appears that it is taking time for the Dialog box to get rendered.

So, am not caring for this effect for IE users but instead want to retain for Chrome/FF users. Is there any way I can say that for IE -no effect and for Chrome/ FF apply this effect?

  • 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-13T06:48:04+00:00Added an answer on June 13, 2026 at 6:48 am

    You can use something like:

    if ( !($.browser.msie && $.browser.version == 7.0) ){
    

    …
    }

    More info: http://api.jquery.com/jQuery.browser/

    • 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 have this code to popup a JQuery dialog box: $( #dialogBox ).dialog({ height:
I have an jQuery dialog box, containing table with multiple checkboxes. $(#custom-modal).dialog({ height: 200,
I have been using JQuery UI dialog box.The following code I am using.Can any
I have a jQuery Mobile pop-up box like so (see code below), and need
I have jquery ui dialog box, and I want to resize it by the
I have the following Jquery that returns values from a dialog Box and fills
I have the following issue: I open a dialog box with jQuery UI. This
I have a jquery dialog that uses a non-jquery javascript function to complete the
I have a JQUERY based dialog box, which has a 'select' on it. When

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.