開発環境
- OS X Lion - Apple(OS)
- Safari (Webプラウザ)
- BBEdit - Bare Bones Software, Inc.(Text Editor)
- Script言語:JavaScript
- JavaScript Library: jQuery
『初めてのJavaScript 第2版』(シェリー・パワーズ著(Shelley Powers著)、武舎 広幸+武舎 るみ訳、オライリー・ジャパン、2009年、ISBN978-4-87311-425-5) の12章(動的なページの作成)練習問第12-4を解いてみる。
その他参考書籍
12-4.
コード(BBEdit)
$('#animate').animate({opacity: "toggle", height: "toggle"}, "slow");
このテキストを
jQueryの
animate()メソッドをを使用して
表示/非表示にする。
jQueryの
animate()メソッドをを使用して
表示/非表示にする。
0 コメント:
コメントを投稿