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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T14:02:08+00:00 2026-05-15T14:02:08+00:00

i know how to load a page in jquery and somehow i know how

  • 0

i know how to load a page in jquery and somehow i know how to use success but what if that page failed

im looking for a way to show loader image before the page loaded and if the page failed show a message

this is the function i wrote :

$(document).ready(function(){

    $("#loading").html("<img src='images/preload.gif' />");
    $(".thumb").load("stat.html");

});

now i want to change it in a way it shows preloader and the message if failed

  • 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-15T14:02:09+00:00Added an answer on May 15, 2026 at 2:02 pm

    The load function has a calledback that provides the status of the request. It looks something like this…

    $(selector).load(url,[],[callbackFn(response,success,xhr)]);
    

    So you can do something like this:

    $(".thumb").load("stat.html",function(response,status,xhr){
      if(status == "error") {
        //Something went wrong, have your error fallback code here
      }
    });
    

    You can find an example here: http://jsbin.com/uxisa3/2/edit

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

Sidebar

Related Questions

I know that there is a JQuery way of doing this but that's not
In jQuery, I know I can use the $.ajax function to load a page's
I curious to know how the jQuery.load functionality affects page load speeds when reporting
I know how to load a page from another website and analyze it but
as we know that in jquery / Ajax we have lot of slide show
I know that Jquery.LOAD is supposed to replace all the content of a div,
I need to know how to load a external image e.g. http://www.google.co.za/intl/en_com/images/logo_plain.png into a
I know ActionController::Base.view_paths gets me the load paths for the views but the only
I know that there are 3 different binding contexts or load contexts: Load LoadFrom
Ok, I know everyone thinks IFrames are bad an I know that. But I

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.