Ajax Page Loading with jQuery

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
techkid
Forum Commoner
Posts: 54
Joined: Sat Sep 05, 2009 11:18 pm
Location: Maldives

Ajax Page Loading with jQuery

Post by techkid »

Hello.

I want load a part of my webpage using Ajax, by showing a Loading Image or a Text. I googled and found some stuffs which is helpful but I still couldn't find a way to do what I exactly want.

Here is the example of my template.

page name = schedule.php

Code: Select all

<div id="content">

 <div id="sidebar">
 ... <!-- this part to be ignored -->
 </div>

 <div id="schedule">
 <!-- i want show a loading image until it loads the whole schedule -->
 </div>
</div>
The schedule is some RSS Feeds Fetched, so It takes time for Fetching.

Can anyone help me please?

Thanks
Post Reply