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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:10:14+00:00 2026-06-05T02:10:14+00:00

I need help modifying my jquery tablesorter plugin. I am using the plugin located

  • 0

I need help modifying my jquery tablesorter plugin.

I am using the plugin located at http://tablesorter.com/docs/

<script type="text/javascript">
    $(document).ready(function() { 
        $('table').tablesorter({
        });
    }); 
    </script> 

I had help from a user and it is working fine now.
Since I have large amount of data to sort , it is a bit slow.

So when a user clicks on it I want the user to know it is trying to sort the data. So i want a prompt or something that would show “Loading’ or ‘Sorting’ when or a busy symbol when the sorting is being performed
can someone help me with it?

  • 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-06-05T02:10:16+00:00Added an answer on June 5, 2026 at 2:10 am

    From the documentation:

    $(document).ready(function() { 
        // call the tablesorter plugin, the magic happens in the markup 
        $("table").tablesorter(); 
        //assign the sortStart event 
        $("table").bind("sortStart",function() { 
            $("#overlay").show(); 
        }).bind("sortEnd",function() { 
            $("#overlay").hide(); 
        }); 
    }); 
    

    Explanation: Two callback hooks are implemented by the plugin – sortStart and sortEnd. So in human language, the above code means just before sorting starts show the overlay, and hide it as soon as sorting completes.

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

Sidebar

Related Questions

Need help writing a script downloads data from google insight using c# this is
I am developing a pong redux in html5 and javascript. I need help modifying
I need some help modifying the Webform Module so that it can work for
Need help to convert code from asp control to input type to fetch file
Need help with deleting call log from multi numbers, using the following code i
I need a help with this regexp.. using /\{block:(Posts|Photos|Videos)(\s\[.*?\])?\}(\s?[^\]+\s?)\{\/block\}/U i get {block:Posts}abcdef{/block} from this:
I need help with modifying the url of a website I am working on.
Need help on this following code. the problem is it only trigger the last
need help to create regular expression matching string www.*.abc.*/somestring Here * is wild card
need help/guide for sql select query, I have 2 table stock and stock_history, in

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.