1
1

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.

SublimeTextでjQueryのインクルードをちょっと楽する。

Posted at

jQueryを使って開発するときに
jQueryの読み込みをさくっとしてしまいたい時の小ネタ。

Ctrl + Shift + P

で出てきた入力欄に

jquery

と入力。

そしたら

Snippet:Google AJAX Libraries jQuery

と出てくるのでそれを選択する。だけ。で、

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

これが挿入される。

ちなみに挿入直後はバージョンの部分(ここで言うと「1.11.1」の部分)が選択状態になってるので
そのまま任意のバージョンに変更することもできるという。

1
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?