0

I need to show the Please wait message while doing something on the page.

While showing this message I need to hide entire page background that is I should not give any permission to the user to do anything on the page..

Using jquery for asp.net mvc application.

1
  • And... what if I disable CSS?? Commented May 5, 2010 at 0:35

1 Answer 1

1

You might consider using the jQuery UI Dialog plugin with the modal option set to true.

http://jqueryui.com/demos/dialog/#modal

Sign up to request clarification or add additional context in comments.

1 Comment

And if you'd like a progressbar in the modal dialog, jQuery UI has that as well: jqueryui.com/demos/progressbar

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.