使用Ajax加载内容

newbie alert here!

I want to load some content of my site with ajax calls. To be more specific i want firstly to load the page and after the page has completed loading, then i want to show some content (divs).

Could you give me some advice or turn me to any good tutorial?

Thanks

These days, most people use jQuery for their Javascript needs.

The jQuery ajax function may help you out here.

http://api.jquery.com/category/ajax/