2
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 5 years have passed since last update.

jQuery使ってみませんか?

Last updated at Posted at 2019-12-05

What is jQuery?

jQueryとはJavaScript(ジャバスクリプト)のライブラリです。

~JavaScriptとは、
主にブラウザ上で使用される言語で、
Webサイトにアニメーションや効果をつけたり様々な場面で使われています。

それでは環境設定に移っていきます!

まずはじめに

1,jQuery導入から

公式jQueryダウンロードサイト

オレンジ色をクリックするとダウンロードが始ります。
スクリーンショット 2019-12-05 16.22.29.png

ダウンロードが終わってら

jquery-3.4.1.min.jsが追加されてると思います。

それではHTMLで読み込みしていきたいと思います。

スクリーンショット 2019-12-05 16.35.13.png

これで読込完了です。

*要注意点!!
パス名には気をつけてください。

[次回は使い方について記事をあげます。]

2
0
1

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
2
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?