Untitled
unknown
javascript
3 years ago
167 B
10
Indexable
function refreshContent() {
$.ajax({
url: 'pages/users/post/topmsgshow.php'
}).done(function () {
$("#autoload").load("#autoload");}, 1000);
};Editor is loading...
function refreshContent() {
$.ajax({
url: 'pages/users/post/topmsgshow.php'
}).done(function () {
$("#autoload").load("#autoload");}, 1000);
};