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

  • Home
  • SEARCH
  • 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 8490119
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T22:01:20+00:00 2026-06-10T22:01:20+00:00

Context I use jQuery UI effects ( slide and drop ) to open and

  • 0

Context

I use jQuery UI effects (slide and drop) to open and close a slide.

The following code works on Chrome, Firefox and IE 9.

On IE 7 and 8, I can open and close the slide only once. After the slide stays hidden.

Any idea to resolve that?

  • jQuery : 1.8.0/1.8.1
  • jQuery UI : 1.8.23

Code + JSFiddle

// Opens a slide
$('a[data-toggle="slide"]').click(function (e) {
    e.preventDefault(); 

    currentSlide = $(this).attr('href');

    $(currentSlide).show('slide', { direction: 'right' }, _config.effectDuration);
    $('div.modal-backdrop').fadeIn(_config.effectDuration);
});

// Closes the current slide
$('div.modal-backdrop, button.close').click(function () {
    $(currentSlide).hide('drop', { direction: 'right' }, _config.effectDuration);
    $('div.modal-backdrop').fadeOut(_config.effectDuration);
});
  • 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-10T22:01:21+00:00Added an answer on June 10, 2026 at 10:01 pm

    The inline style of the slider (on the second time it shows) is the following in IE8 (compatible mode from IE9):

    zoom: 1; filter:  alpha(opacity=0); display: block;
    

    Which means that it’s the filter that sets the opacity to 0 that is the culprit.

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

Sidebar

Related Questions

Can someone please explain how I use the jQuery Cookie plugin to persist the
I am developing a Firefox addon using the Addon Builder. I use JQuery UI
I use jQuery and AJAX to load content from links and forms into a
In jQuery we usually use, for example: var content = $('tr#someid td').find('div').html(); var content
Context: I use an ArrayCollection object as follows: 1) Number of elements is fixed.
the context i use Spooler Events API to capture events generated by the spooler
I want to use Context.Items to store some info of a User Control like:
I'm working on a project that is trying to use context-free grammars for parsing
I choose an item in my list to edit (I use Context Menu) ,
I am making an application which makes use of context menus and has selection.

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.