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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T15:07:40+00:00 2026-05-16T15:07:40+00:00

We have a jQuery Progress Bar. Is there a way we can have the

  • 0

We have a jQuery Progress Bar. Is there a way we can have the progress bar displaying the loading of an HTML page which has PHP, CSS & JavaScript and all in it?

Like a preloader and when the page has been downloaded and rendered fully then display it.

If not with progress bar can we make a preloader with jQuery?

  • 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-16T15:07:40+00:00Added an answer on May 16, 2026 at 3:07 pm

    Once.. I tried to create this, but It was not pretty. I listed all the things I need to have on a page and increased the progress bar One by one as it was loaded. It was very tremendously long chain. Here is a sample of what I did.

    $.getScript('js/lib/ui.js',function() { //Load the Jquery UI
        //Call back function after the loading is complete
    
        $("#progressinfo").html("Loading Widgets ..."); //Give the information 
    
        $.getScript('js/lib/widget.js',function() { // Load the jquery ui Widget
        //Call back function after the loading is complete
    
            $("#progressinfo").html("Loading Widgets: Progress Bar ..."); // Inform
    
            $.getScript('js/lib/widgets/progressbar.js',function() { // Finally load the Jquery UI progressbar
                //Call back function after the loading is complete
    
                $("#progressbar").progressbar({ value: 5 }); // change the value of the UI informing the total amount of loadding completion                                             
                $("#progressinfo").html("Loading Widgets: some script ..."); //Inform of another script
    
                $.getScript('somescript.js',function() { // Load another script
                //Call back function after the loading is complete
    
                   $("#progressbar").progressbar({ value: 6 }); // change the value of the UI informing the total amount of loadding
    
                });
            });
        });    
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can I have text in the background of a jQuery UI progress bar? You
I have created a website loading progress bar using Jquery UI Progress bar. This
I have a page which uses jquery's ajax functions to send some messages. There
I have a page which uses jquery's ajax functions to send some messages. There
I have a simple status/progress bar built with HTML/CSS, the percentage is generated depending
I have a JavaScript validation function and a jquery progress bar. onclick of a
Again I have a question regarding this plugin: http://t.wits.sg/2008/06/20/jquery-progress-bar-11/ What I want to achieve
I have jQuery plugin - progress bar. How to invoke server side method on
I have button and that jQuery script (to start the progress bar): <script src=../_Files/JScripts/jquery-1.3.2.js
in my job (intranet)- I have an aspx page which has many Iframes (

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.