1
0
Fork 0
clonetext/v1/r_update.js

10 lines
167 B
JavaScript
Raw Normal View History

2012-10-13 14:22:49 +08:00
setInterval(function(){
$.ajax({
type: 'GET',
url: 'r_helper.php',
success: exception
});
function exception(data, status){
$("#ha").html(data);
}
}, 500);