$(document).everyTime(5000, function () {
UpdateNews();
});
http://jquery.offput.ca/timers/
or
window.setInterval(function() { UpdateNews();
}, 50000);
No comments:
Post a Comment