Page 1 of 1

Ajax Page Loading with jQuery

Posted: Sat Apr 02, 2011 3:18 pm
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