0

I am developing a jobsite. I like to load career advice from anywhere (like blog, other sites, rss, etc.), and it should be updated automatically if there is a change in source.

How can I achieve this, and from where I can get the required content?

The Guy with The Hat
  • 10,836
  • 8
  • 57
  • 75
Sensa
  • 383
  • 3
  • 6
  • 20

1 Answers1

0

Perform an Ajax request on a time interval, if there are changes, then update the content on the page

Ajax with jquery: http://api.jquery.com/jQuery.ajax/

The Guy with The Hat
  • 10,836
  • 8
  • 57
  • 75
Kristian
  • 21,204
  • 19
  • 101
  • 176