Hello All, I am currently making use of Jquery and the Tablesorter Plugin to sort, and paginate, a huge amount of data on my website (1500+ rows). Naturally there are some speed issues here, but more importantly the slow speed is also getting in the way of some of my other javascript effects. I have a login module that is supposed to be hidden when each page loads, it shows itself only when particular login links are clicked. Unfortunately whenever I come to a page that is making use of this huge paginated data, the login module is shown for a few seconds before disappearing? Is there some way to stop this from happening, aside from not using the plugin? OR is there some way of showing a loading div while I am loading this data on to the page?