1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

jQuery とは

Posted at

jQueryとは

JavaScriptライブラリ
HTML文書の操作やイベント処理、アニメーションなどを簡単かつ効率的に行うためのもの

使用するメリットは、短いコードで多くのタスクを実行できること

機能例

HTML要素の操作

CSSセレクタを使用してHTML要素を選択し、その要素のスタイルや属性、コンテンツを変更できる

イベント処理

クリック、マウスオーバー、キーボード入力などのイベントに応答する処理を追加できる

Ajaxのサポート

Ajax(非同期JavaScriptとXML)を簡単に実装するためのメソッドを提供
→ブラウザとサーバー間で非同期通信を行い、データを取得や送信ができる

アニメーション

要素のフェードイン、フェードアウト、スライドなどのアニメーション効果を実装するためのメソッドを提供

プラグインの拡張性

プラグインアーキテクチャを提供しており、様々な機能追加ができる
→多くのサードパーティのプラグインが利用可能

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?