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

  • Home
  • SEARCH
  • 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 6613729
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:15:11+00:00 2026-05-25T20:15:11+00:00

I want to be able to show a loading div when making ajax requests,

  • 0

I want to be able to show a loading div when making ajax requests, so I am trying to change my requests from $.get to $.ajax so I can use the beforeSubmit and complete actions.

For some reason, the get below works, but the ajax does not. Any thoughts as to why? The method is triggered, but in fiddler I can see no request goes back to the server.

WORKS:

$("#testBoundChart").click(function (e) {
                        $.get('/charter/bound', callbackFn);
                        function callbackFn(data) {
                            //Append markup to dom
                            $('body').append(data);
                            // call the js function from the partialview here 
                            generateChart();
                        }
                    });

NO REQUEST SENT:

            $("#testBoundChart").click(function (e) {
            alert("triggered");
            $.ajax({
                    url: '/charter/bound',
                    data: data,
                    success: (function(data) {
                        //Append markup to dom
                        alert("success");
                        $('body').append(data);
                        // call the js function from the partialview here 
                        generateChart();
                    }),
                    error: (function () {
                    alert("error");
                })
            });
        });

Many thanks

  • 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-25T20:15:12+00:00Added an answer on May 25, 2026 at 8:15 pm

    It looks like you are missing a semicolon for the error function. Though I’m not sure why it isn’t giving a Javascript error.

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

Sidebar

Related Questions

Depending on where I use my Class, I want to be able to show
I'm making a webpage and want to show a preloader before loading the rest
I want to be able to show the elapsed time in a textview or
I want to be able to show some account information in a ring chart.
I have a text file and I want to be able to change all
I want to be able to show if an Image has been associated with
I want to show an images gallery . The problem is during the loading
I want to be able to show the Label next to the manually inserted
I want to be able to show/hide the rows in a table using jquery.
In my UITableView , I want to show loading indicator in the last cell.

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.