|
||||
|
||||
jQuery 1.2.6 リファレンス
jQueryのリファレンスです。Ver1.2.6 を対象としています。 簡単な使い方jQueryオブジェクト
jQueryの便利な機能を使うには、jQueryオブジェクトを生成します。
基本的にjQueryオブジェクトは、 例
$("<div>Hello jQuery!</div>")
ドキュメントの全ての $(document.forms)
$("div > p")
$("p a")
$("div > img")
.addClass("myClass")
.after("画像")
.attr("width", function(){return this.width*2});
関連サイト |
|
|||
© 2007-2008 by いけまさ. All rights Reserved. ![]() | ||||