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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:15:40+00:00 2026-06-18T11:15:40+00:00

I have written a javascript module (div object) which slides inside the document from

  • 0

I have written a javascript module (div object) which slides inside the document from right if you click inside an input element with using Jquery UI show and hide functions. This works properly in most of the browsers except IE 8.

The problem is that when the module hides itself, IE 8 won’t open it anymore.

With a lot of work I managed to figure out some strangeness. When I run the following code as an onclick function of a button element to hide the module, then I can open it again.

$('#segitseg').hide('drop', { direction: 'right' }, 600);

But if I call the same line from an object, called Segitseg (it means help in English) like this:

var Segitseg = new function () {
    ...
    this.bezar = function() {
        $('#segitseg').hide('drop', { direction: 'right' }, 600);
    }
    ...
}

then I can’t reopen the module again.

But I should have use the second variation, because the method bezar should make other things too.

Have anyone met this problem?

  • 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-18T11:15:41+00:00Added an answer on June 18, 2026 at 11:15 am

    I’ve found the problem!

    Well, when you call hide() on an element then it will change its opacity, or what is more important its alpha opacity, which is used by IE8. So the element will be just invisible.

    The solution: (changing back the opacity after the hide() function ends)

    $('#segitseg').hide('drop', { direction: 'right' }, 600, function(){
        $('#segitseg').css('filter', 'alpha(opacity=100)');
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using some pre-written JavaScript from polldaddy. They have a JavaScript option which,
I have written the following Javascript code : var outerFrame = document.getElementById(myframe); var outerDoc
I have written some JavaScript that opens an element when an element is clicked.
I have written some Javascript (specifically a jQuery plugin) in which I replace the
I have written some JavaScript code that will read from the Google Maps API
I have a JavaScript file which is not written for Node.js. It is actually
I have written one JavaScript function which would rise the event when the User
I have written a module in python which performs some function. I then created
I have written some javascript whereas if you click on some divs those expand
I have written some JavaScript and jQuery code that accepts only numeric input in

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.