ダウンロードしたjQueryファイルを使用する代わりに、GoogleやMicrosoftがCDN(Content Delivery Network)にて用意しているjQueryファイルを読み込んで使用することもできます。 現時点で利用可能なCDNは3つあります。 Google Ajax API CDN https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js Microsoft CDN http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.1.min.js jQuery CDN http://code.jquery.com/jquery-1.5.1.min.js 例えばGoogleが用意したものを利用する場合には次のように記述します。 <script type="text/j