0

BlockUI is throwing some exception when using its demos on IE9 beta.

Meanwhile, does anyone know a similar feature in jQuery for showing a "Please wait" message when ASP.NET AJAX is processing?

zod
  • 12,092
  • 24
  • 70
  • 106
Junior Mayhé
  • 16,144
  • 26
  • 115
  • 161
  • 3
    Honest question: why are you changing *your* code for someone else's beta bug? It's a beta, it's buggy, the user signed up for it when they installed IE9 beta. – Nick Craver Nov 01 '10 at 20:22

1 Answers1

0

I came up with a solution similar to this using jQuery + Css.

When user click on a button, a please wait div appears and it's working also in IE9.

Community
  • 1
  • 1
Junior Mayhé
  • 16,144
  • 26
  • 115
  • 161