------------------ 参考サイト -----------------------
はじめてのjQuery
http://higashizm.sakura.ne.jp/jquery_first/
日本語リファレンス
http://semooh.jp/jquery/
とほほのリファレンス
http://www.tohoho-web.com/js/index.htm
jQueryのプラグイン33+1選 -2010年9・10月
http://coliss.com/articles/build-websites/operation/javascript/jquery-plugins-best-2010-oct.html
色の名前一覧-penguin-19-
http://www.kiwi-us.com/~mizusawa/penguin/html_hint/JAVAcolor.html
◆今までのJavaScript
やりたいことのJavaScriptを見つける。
コピペ→名前の変更→終わり
<head>タグの中に、
<meta http-equiv="content-script-type" content="text/javascript" />
<script type="text/javascript" src="名前.js"></script>
◆jQuery(じぇいくえりー)
やりたいことのJavaScriptを見つける。
jQueryで出来るかを調べる。
すべてコピペではなくて、必要なものだけをかく→終わり
<head>タグの中に、
<meta http-equiv="content-script-type" content="text/javascript" />
<script type="text/javascript" src="jquery.js"></script>※
<script type="text/javascript" src="名前.js"></script>
【※】ダウンロードしたものをおいておく。ダウンロードというかコピペ?
わざわざダウンロードしなくてもgoogleのサービスを使うと置かなくてもよくなる。
0 件のコメント:
コメントを投稿