/ Published in: Other
Expand |
Embed | Plain Text
$("#ajax-content").load("process.php"); var refreshId = setInterval(function() { $("#ajax-content").load("process.php"); }, 5000); // 5 seconds
You need to login to post a comment.
$("#ajax-content").load("process.php"); var refreshId = setInterval(function() { $("#ajax-content").load("process.php"); }, 5000); // 5 seconds
You need to login to post a comment.