2019-10-21 05:52:44 -07:00

6 lines
152 B
JavaScript

$(document).ready(function(){
setInterval(function() {
$('#table-component').load(window.location.pathname +" #table-component");
}, 5000);
});