반응형
http://brandonzeider.me/2011/microsoft-net/using-jquery-timer-to-update-mvc-view/
$('.power_output').load('/moa/power_output/view.php?ajax=1');
setInterval(function() {
$('.power_output').load('/moa/power_output/view.php?ajax=1');
// alert('1');
}, 60000); // Refreshes every 60 seconds
$.ajaxSetup({ cache: false }); //Turn off caching
$('.power_output').load('/moa/power_output/view.php?ajax=1');
setInterval(function() {
$('.power_output').load('/moa/power_output/view.php?ajax=1');
// alert('1');
}, 60000); // Refreshes every 60 seconds
$.ajaxSetup({ cache: false }); //Turn off caching
반응형
'유용한정보' 카테고리의 다른 글
업로드 확장자 체크하기 (0) | 2014.04.30 |
---|---|
화면에 완전히 고정된 배너 (0) | 2014.04.30 |
플래시코드중 스크린메뉴보임/메뉴감춤/크기변함 등등 부가적 옵션 (fscommand) (0) | 2014.04.30 |
계정별 셋팅 .htaccess (0) | 2014.04.29 |
리눅스 PATH 경로 설정하기 (0) | 2014.04.29 |
접근성을 해치지 않는 자바스크립트의 사용 (0) | 2014.04.22 |
mysql 테이블 복제 하기 (구조 또는 데이터 모두) (0) | 2014.04.20 |
jquery form - ajaxForm (0) | 2014.04.20 |
댓글