Postal Search APIs & Solutions
Postal Search APIs & Solutions
  • チュートリアル
  • ダイジェスト
  • リファレンス
  • デモ
  • テスト
  • 構築キット
  • with Gadgets
  • with jQuery
  • with Microformats
  • よくある質問
  • お問い合わせ
  • 利用規約
  • フォーラム
  • ブログ
Design by
Studio7designs
opensourcetemplates.org
ホーム > Postal Search Ajax API ダイジェスト > Postal オブジェクト

API のバージョンを調べる

本 API のバージョンは Postal オブジェクトの version プロパティを使って調べます。

<script type="text/javascript">
//<![CDATA[

// window.onload
window.onload = function() {
  run();
}

// run
function run() {
  alert('バージョン: ' + Postal.version);
}

//]]>
</script>

関連情報

Postal オブジェクト
  • ブラウザで使えるかどうか調べる
  • API のバージョンを調べる
Copyright© 2007 LEARNING RESOURCE LAB and the Postal Search APIs & Solutions team.