カテゴリー: jQuery

[ jQuery ] jQuery を利用する

22 12月 17
Kazu
No Comments

 

jQuery を利用する2つの方法

  • jQuery をダウンロードして使用する方法
  • jQuery をダウンロードせず、CDNを利用する方法

1.jQuery をダウンロード

jQuery のサイトの右のボタンをクリックし、[Download the compressed, production jQuery 3.2.1] をクリックし、ダウンロード。

 jQuery - ダウンロード

jQuery

 

Download jQuery

ファイル名は、[jquery-3.2.1.min.js] となる。

Read More…

[ jQuery ] 基本、基礎知識

15 8月 16
Kazu

No Comments

jQueryとは?

jQueryとは、John Resig(ジョン・レッシグ)氏によって開発されたJavaScript 軽量ライブラリの一つである。

JavaScript と同様、ブラウザ側で動く、クライアントサイドのプログラムである。

jQuery を使えば、JavaScript のコードを、CSSのように簡単に書ける。

モットー

“Write Less, Do More.” (よりシンプルなコードで、より沢山のことを。)

複雑な操作も簡単に書けるのが特徴である。

Read More…