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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:34:26+00:00 2026-05-27T03:34:26+00:00

My problem is quite simple, i would like to preload pages before showing them

  • 0

My problem is quite simple, i would like to preload pages before showing them in a div

i’ve got a main div in my index page :#data_div

i load pages with lot of images into that Div … (not only images, lot of markup too)

i use another div to preload the page, that div is not visible (but not hidden neither to keep good formatting of data loaded ) : #data_loading ;

i use a div for loading symbol :#wait_div

i think i need the ajax equivalent of JQUERY load (event, not load method )
but i can’t set this event to a div (…) so i need another solution

        $.address.change(function(event) {
                    $("#wait_div").show();

                    if(event.value == "/") {
                        $.address.value("index.php");
                    } else if(event.value.substr(1, 5) == "Datas") {
                        $("#data_loading").load(event.value, {
                            'ajax' : 'true'
                        },function(){

    /* i would like that this occur only when the page is fully loaded 
(including image and scripts) inside the temp div */
                           $("#data_div").children().remove();
                           $("#wait_div").hide();
                           $("#data_loading").children().appendTo($("#data_div")).fadeIn(1000);
                                //alert("done");
                            });
                        });
                    }
                });
  • 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-27T03:34:27+00:00Added an answer on May 27, 2026 at 3:34 am

    Check this answer to my question

    Thant’s how you know when all images are loaded you can give a class to the images inside your temp div and do something like this in your new page:

      $(document).ready(function(){
        var imgs = $("img.tempDivImages"), cnt = imgs.length;
    
        imgs
        .load(function(){
          if(!--cnt) {
            /* all images loaded */
            /* now call the function you want when everything is loaded*/
          }
        })
        .error(function() { /* whoops an image failed to load */});
      });
    

    This is how you get to calla function or do something when everything inside your temp div is loaded.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a quite strange problem here. I'm calling some simple code via Ajax.Updater:
My problem is quite simple: I have a 400MB file filled with 10,000,000 lines
Today we faced a quite simple problem that were made even simpler by the
My problem seems to be quite simple, but it's not working the intuitive way.
I've never learnt JavaScript, but I imagine this is quite a simple problem. Just
I noticed people wrote about this circular reference problem quite a bit before but
The problem is quite basic. I have a JTable showing cached data from a
OK my problem is quite simple Im about to start working with a team
I think my problem may be quite simple, but after trying different approaches I
I have a probably quite simple to solve problem. I'm trying to parse this

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.