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 src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
|
||||||
<script type="text/javascript" >
|
<script type="text/javascript" >
|
||||||
|
|
||||||
$(document).ready( function() {
|
function refresh() {
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: "POST",
|
type: "POST",
|
||||||
@ -18,7 +18,11 @@
|
|||||||
$('#image').html(str);}
|
$('#image').html(str);}
|
||||||
});
|
});
|
||||||
|
|
||||||
})
|
}
|
||||||
|
|
||||||
|
setInterval(refresh(), 1500);
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Reference in New Issue
Block a user