modifié: video.html
This commit is contained in:
parent
896feaa459
commit
0084b4f4c7
@ -7,7 +7,7 @@
|
||||
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
|
||||
<script type="text/javascript" >
|
||||
|
||||
$(document).ready( function() {
|
||||
function refresh() {
|
||||
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
@ -18,7 +18,11 @@
|
||||
$('#image').html(str);}
|
||||
});
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
setInterval(refresh(), 1500);
|
||||
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user