1

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

Jon Winstanley
  • 23,010
  • 22
  • 73
  • 116
mathew
  • 185
  • 4
  • 20

1 Answers1

3

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/

Jon Winstanley
  • 23,010
  • 22
  • 73
  • 116