How do I make Ajax update every 10 seconds in jquery?
$.ajax({ type: \"GET\", url: options.feedUrl, dataType: \"xml\", async:options.sync
wrap it in a function and use setInterval()