jQuery:グーグルとマイクロフトのCDNを使って利用する方法

jQuery
デベロッパー ガイド - Google AJAX Libraries API - Google Code
バージョン: 1.2.3、1.2.6、1.3.0、1.3.1
読み込みリクエスト: google.load("jquery", "1.3.1");
その他: uncompressed:true、例: google.load("jquery", "1.3.1", {uncompressed:true});
パス:
http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js
パス(u):
http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.js
サイト:
http://jquery.com/
注: 1.2.5 と 1.2.4 は、不幸にも不安定で短いリリースで終わったバージョンであるため、
現在はホストされていません。"
http://code.google.com/intl/ja/apis/ajaxlibs/documentation/#prototype



 jQuery UI - ThemeRoller
http://jqueryui.com/themeroller/
デベロッパー ガイド - Google AJAX Libraries API - Google Code
http://code.google.com/intl/ja/apis/ajaxlibs/documentation/#jqueryデベロッパー ガイド - Google AJAX Libraries API - Google Code
http://code.google.com/intl/ja/apis/ajaxlibs/documentation/


jQuery、プラグイン、jQuery UI、Web経由のCDNとは(3/3)- @IT
jQueryのWebサイトからjQuery 1.3.2とjQuery UI 1.7.2のライブラリをダウンロードして利用する代わりに、グーグルとマイクロフトのCDNを使って利用する方法を紹介
http://www.atmarkit.co.jp/fwcr/design/tool/jqueryplugin01/03.html

link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css" rel="stylesheet"
script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"
第2回 Webアプリ改造の前に「速習! jQuery/jQuery UI」 - @ITライブラリとテーマをダウンロードする代わりに、GoogleのCDNから取り込みます
http://www.atmarkit.co.jp/fdotnet/chushin/kaizowebui_02/kaizowebui02_03.html

jQueryのセレクタ
jQueryのクエリは、CSSと互換性のあるセレクタを使用してDOM(Document Object Model)の要素を検索できます。jQueryには、CSSを書き換えたり、アニメーション/エフェクトを追加したりするためのAPI(Application Programming Interface)が豊富に用意されています"
http://www.atmarkit.co.jp/fwcr/design/tool/jqueryplugin01/01.html

jQuery 1.4の新機能8選+Tabsプラグインでタブ表示(1/3) - @IT
2010年1月14日に、jQuery 1.4がリリースされました
http://www.atmarkit.co.jp/fwcr/design/tool/jqueryplugin03/01.html
jQueryプラグイン実践活用法」 連載インデックス- @IT
http://www.atmarkit.co.jp/fwcr/design/index/index_jqueryplugin.html


Theme Switcherプラグイン
jQuery UI - Documentation: UI/Theming/ThemeSwitcher
http://jqueryui.com/docs/Theming/ThemeSwitcher

jQuery を使って Ajax 開発を単純化する IBM
http://www.ibm.com/developerworks/jp/xml/library/x-ajaxjquery.html




改造WebアプリケーションUIビフォー/アフター - @IT
http://www.atmarkit.co.jp/fdotnet/chushin/kaizowebui_index/index.html
第2回 Webアプリ改造の前に「速習! jQuery/jQuery UI」 - @IT
jQueryは、米国のJohn Resig氏が中心となって開発したJavaScriptのライブラリ
jQueryはDOM(Document Object Model)の要素を検索したり、属性を書き換えたりするためのAPIを豊富に用意しています。また、これらのAPIを利用してコミュニティが作成したjQuery用のプラグインがたくさん公開されています。
「jQuery UI」は、ユーザー・イン ターフェイスに特化したjQueryのプラグインの1つで、Accordion、Datepicker、Dialog、Tabsなどの機能が含まれていま す。
http://www.atmarkit.co.jp/fdotnet/chushin/kaizowebui_02/kaizowebui02_01.html

第3回 jQueryにより操作性と見栄えが格段に向上 - @IT
http://www.atmarkit.co.jp/fdotnet/chushin/kaizowebui_03/kaizowebui03_01.html




Enhance Tables Using One Of 30 Functional jQuery Plugins | Graphic and Web Design Blog
http://www.1stwebdesigner.com/resources/enhance-tables-functional-jquery-plugins/




Webを入力しやすくするjQueryプラグイン10選(5/5)- @IT
http://www.atmarkit.co.jp/fwcr/design/tool/jqueryplugin06/05.html
Microsoft発のjQueryグローバリゼーション・プラグイン - @IT
http://www.atmarkit.co.jp/fdotnet/scottgublog/20100618jqglobal/jqglobal.html

jQueryの基本的な書き方 - All About
http://allabout.co.jp/gm/gc/42692/

jQuery逆引きリファレンス - @IT
http://www.atmarkit.co.jp/fdotnet/jqueryref/index/index.html

人気の投稿