Untitled

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