Last active
October 30, 2016 08:07
-
-
Save zinntikumugai/a0615a16f44806694b7299f0bf3b1471 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
アクセス数: <b id="AccessCounter"> 読み込み中 </b> PV<br> | |
ユーザー数: <b id="UserCounter"> 読み込み中 </b> 人 | |
</p> | |
<p> | |
Google Analytics APIを使用しています。約1時間で更新しています。 | |
</p> | |
<script> | |
/*$(function() { | |
$('#AccessCounter').load('http://www.zinntikumugai.com/PHPTool/ac'); | |
$('#UserCounter').load('http://www.zinntikumugai.com/PHPTool/uc'); | |
}) | |
*/ | |
jQuery(document).ready( function (){ | |
jQuery('#AccessCounter').load('http://www.zinntikumugai.com/PHPTool/ac'); | |
jQuery('#UserCounter').load('http://www.zinntikumugai.com/PHPTool/uc'); | |
}) | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment