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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T18:40:44+00:00 2026-05-26T18:40:44+00:00

I have a script called notify_me.php which I run like so: script type=text/javascript> //Run

  • 0

I have a script called notify_me.php which I run like so:

script type="text/javascript">
    //Run notify_me.php script
    $(document).ready(function(){
      $("#submit").click(function(){
        var d = $('form').serialize();
        $.get('php/notify_me.php',d,function(data){
           $(".container").html(data);
        });
      });
    });
</script>

and I would like to show a animated loading .gif until the script is printed. The code for that is :

<div class="search_load" >
  <span class="searching_font"> Fetching your flight prices...</span><br/><br/>
  <img src="images/searchloading.gif">
</div>

How can I write a function that shows the .search_load class during the processing of notify_me.php. The .search_load class should also be shown in the .container div.

Tried some different ways with append(); and appendTo(); but can’t seem to get it working.

Appreciate your help on this!

EDIT: I got the .search_load div to show the first time I hit the #submit. The second time it doesn’t show att all. This is the problem I’m trying to solve. Any ideas?!

SOLUTION: Guys, I solved it by looking in to @Rohan’s link. Check out below. Thank you all!

$(document).ready(function(){
   $("#submit").click(function(){
     $('#info').show();
     $('html,body').animate({scrollTop: $("#info").offset().top},'slow');
     $('.container').after('<div class="search_load"></div>');
     var d = $('form').serialize();
     $.get('php/notify_me.php',d,function(data){
       $(".container").html(data);
       $('.search_load').hide();
     });
   });
});
  • 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-26T18:40:45+00:00Added an answer on May 26, 2026 at 6:40 pm

    Steps:

    1. Make your loading div hidden
    2. When loading starts, display it using .show() and modifying the CSS so that its placement is correct
    3. OnLoaded -> div.hide()

    Refer to this: How to show waiting message during sync ajax call in browser

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

Sidebar

Related Questions

I have a script called 'sess-start.php' which lies in an /include directory within my
I have a question about PHP require() function. I have a PHP script called
I have a Perl script called replaceUp: #!/usr/bin/perl search=$1 replace=$2 find . -type f
Let's say I have a Bash script called foo.sh . I'd like to call
I have a script which, each time is called, gets the first line of
I have a java script function that i have called on body load mousemove()
I'm creating a Shell Script, and I have a file like this called expressions.txt
I have a script called api.php on my server. I call it from other
I have a Ruby script called foo.rb, and I want to run it within
For example if I have a php script called RunAllTests.php in '/var/www/tests/RunAllTests.php' and 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.