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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T01:15:38+00:00 2026-05-30T01:15:38+00:00

I used a flowplayer tutorial to make some ajax tabbed content but the it

  • 0

I used a flowplayer tutorial to make some ajax tabbed content but the it doesn’t use any kind of a loading indication in between content load. How can I add that to this script? http://pastebin.com/PebcJspn

<script>
    $(function() {

        $(".feed-tabs ul").tabs("div.feeds > div", {

            effect: 'fade',

            onBeforeClick: function(event, i) {

                // get the pane to be opened
                var pane = this.getPanes().eq(i);

                // only load once. remove the if ( ... ){ } clause if you want the page to be loaded every time
                if (pane.is(":empty")) {

                    // load it with a page specified in the tab's href attribute
                    pane.load(this.getTabs().eq(i).attr("href"));
                }

            }
        });

    });
</script>
  • 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-30T01:15:41+00:00Added an answer on May 30, 2026 at 1:15 am

    You can try add an element with a loading gif before call the method .load() and it will be removed when .load() inserts the html result.

    <script>
      $(function() {
        $(".feed-tabs ul").tabs("div.feeds > div", {
          effect: 'fade',
          onBeforeClick: function(event, i) {
            // get the pane to be opened
            var pane = this.getPanes().eq(i);
    
            // only load once. remove the if ( ... ){ } clause if you want the page to be     loaded every time
            if (pane.is(":empty")) {
              //add this
              pane.append("<img src='http://mentalized.net/activity-indicators/indicators/ilcu/roller.gif'/>")
              // load it with a page specified in the tab's href attribute
              pane.load(this.getTabs().eq(i).attr("href"));
            }
          }
        });
      });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I used the tabhost tutorial to get started with the Tabhost control. After some
I used to work in a place where a common practice was to use
We used to use SourceSafe, and one thing I liked about it was that
I used SWIG for generating some native JNI function interface for Irrlicht C/C++ 3D
I used to find a website with many good and small javascript libraries, but
I used CouchDB 1.1.1 with self-signed certs fine for some time. Then, I purchased
I used to use JavaBlackBelt a lot when I was first learning java, I
I used MyRecorder sample by QTKit, it records everything but I have a problem
I created a small media player with playlist using flowplayer. I used a hoverscroll
I am using Flowplayer 3.2.5 (javascript is 3.2.4) with the playlist-plugin, and having some

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.