Reputation: 185
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
Upvotes: 1
Views: 795
Reputation: 23321
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/
Upvotes: 3