[jQuery] jQuery 파일 불러 오기 > 팁앤테크

본문 바로가기

사이트 내 전체검색

뒤로가기 팁앤테크

[jQuery] jQuery 파일 불러 오기

본문

<?php if($is_admin == 'super') { ?>
<script>
 $(document).ready(function(){
    var callAjax = function(){
        $.ajax({
            method:'get',
            url:'./bbs/sample.php',
            success:function(data){
                $("#sample").html(data);
            }
        });
    }
    setInterval(callAjax,1000 * 10);
 });
</script>
<div id="sample"></div>
<?php } ?>

 

 

 

 sample.php

<?php
include_once('./_common.php');

$row  = sql_fetch(" select * from {$g5['member_table']} order by rand() ");

print $row['mb_point'];
?>
추천0

댓글목록 0

등록된 댓글이 없습니다.

전체 825건 4 페이지
게시물 검색
Copyright (c) 株式会社YHPLUS. All rights reserved.

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒171-0014 東京都豊島区池袋2-41-5 アーバン154 8F
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

PC 버전으로 보기