how to use ajax timer in jquery? -


Dear all .. I'm new to the Ajax timer because someone calls me to use it to make my page Could. How can you use it for your jquery page?

I do not get enough of you but you can refresh a page every 4 seconds with javascript like this Is,

  setTimeout (function () {window.location = window.location.href;}, 4000);  

Or by using the meta tag like HTML

  & lt; Meta http-equiv = "refresh" content = "4" & gt;  

Comments