0

In the past I used YUI container for LOADING effect. Please see this link:

http://developer.yahoo.com/yui/examples/container/panel-loading_clean.html

But someone suggested to me to use jQuery. Can anybody let me know any link or code to create a loading effect in jquery like YUI has been providing?

Thanks, Ravi Bhartiya

3 Answers 3

2

In order to get this functionality (easily), you will need to use jQuery UI.

You'll need to combine two of the widgets they have included in order to replicate that effect.

You'll need to put a Progress Bar inside of a Dialog. To get the grayed out background effect, you'll need to enable the 'modal' attribute on the dialog.

Please see the jQuery UI documentation and demos for more info, as I'm not an expert with jQuery UI.

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

Comments

1

This jQuery plugin might be what you are looking for http://malsup.com/jquery/block/#page?

Comments

1

Yes, you can do this by using a combination of the jQuery UI progressbar and dialog. There may also be a jQuery plugin that you can use to achieve a similar effect.

Comments

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.