このページの最終変更日 2011年8月5日
午後 08:58:44
ms ajax cdn 2011 でgoogle
Microsoft Ajax CDN の使用によるパフォーマンスの強化
http://msdn.microsoft.com/ja-jp/asp.net/ff713252
に『・・・・・・・CDN 経由での Microsoft Ajax の使用
Microsoft Ajax CDN から Microsoft Ajax ライブラリを使用できるようにするには、Web
アプリケーションのページに script 要素を追加します。たとえば、Microsoft Ajax Beta のスクリプト
ファイルを追加するには、Web ページに以下の script 要素を追加します。
1.<script src="http://ajax.Microsoft.com/ajax/beta/0909/MicrosoftAjax.js"
type="text/javascript"></script>2.<script src="http://ajax.Microsoft.com/ajax/beta/0909/MicrosoftAjaxAdoNet.js"
type="text/javascript"></script>3.<script src="http://ajax.Microsoft.com/ajax/beta/0909/MicrosoftAjaxDataContext.js"
type="text/javascript"></script>4.<script src="http://ajax.Microsoft.com/ajax/beta/0909/MicrosoftAjaxTemplates.js"
type="text/javascript"></script>・・・・・・・・・』とある。
⇒サンプルでは
<script
src="http://ajax.Microsoft.com/ajax/jquery/jquery-1.3.2.js"
type="text/javascript"></script>
のみだが・・・。
このページの最終変更日 2011年8月5日
午後 08:58:44