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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T16:40:11+00:00 2026-05-31T16:40:11+00:00

jquery-loadmask not working properly in IE8 I got a same problem. It was issue

  • 0

jquery-loadmask not working properly in IE8

I got a same problem.
It was issue with DOM not refreshing in IE that quick.

step one,jQuery(“#content”).mask(“Processing….”);

step two,ajax………….

step three,jQuery(“#content”).unmask();

I set a breakpoint on step one.
After I press the debug button [step over]
The mask div shows immediately in firefox,while not in IE and chrome.

Fixed this by focusing mask div after making call to load it???
could you explain more detail ?
some operation like jQuery(“#content”).focus()??

forgive my bad english.

  • 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-05-31T16:40:12+00:00Added an answer on May 31, 2026 at 4:40 pm

    IE often delays changes on the screen until after the Javascript thread completes. They (Microsoft) feel this is an optimization. After all, the sequence

    1. Show mask screen
    2. do some work
    3. Remove mask screen

    accomplishes the same (permanent) screen effects as

    1. do some work

    Solution End the thread by yielding control back to IE itself. Do this by calling setTimeout with a 0 ms delay.

    1. Show mask screen
    2. setTimeout to call next function with 0 ms delay
    3. do some work
    4. setTimeout to call next function with 0 ms delay
    5. Remove mask screen
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

JQuery is not working in ASP 2.0 pages which were developed under VS 2005
jQuery(a).not(div#mnuMain a).live(click, function(event){ event.preventDefault(); alert(yes I got u); }); How to make it work?
jQuery provides a browser neutral library for accessing and manipulating the DOM. This is
jQuery hyperlinks - href value? text][1] I am running in to a problem using
jQuery 1.4: $('#menu li:last:not(.ignore)').addClass('last'); HTML: <div id=menu> <ul> <li>item 1</li> <li>item 2</li> <li class=ignore>item3</li>
jQuery autocomplete plugin shows results that begin with the query you type into a
I'm testing out http://code.google.com/p/jquery-loadmask/ where it unmasks after an ajax call: $(#content-container).mask(Waiting...); $.ajax({ url:
jquery attaches a click method on even things that aren't typically clickable like a
Jquery has a great language construct that looks like this: $(document).ready(function() { $(a).click(function() {
JQuery's sortable has an option to revert the item that the user drags back

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.