LoginSignup
7
8

More than 5 years have passed since last update.

脱jQueryのためのメモ

Last updated at Posted at 2018-08-31

jQueryに頼らないために、頼るもののメモ。
(IE11対応のためのポリフィル等も含む)

随時更新。

DOM操作

Vanilla JS

カルーセル

Swiper
http://idangero.us/swiper/

スムーススクロール

Smooth Scroll
https://github.com/cferdinandi/smooth-scroll

ajax

axios
https://github.com/axios/axios

ES2018 Polyfill

@babel/polyfill
https://babeljs.io/docs/en/babel-polyfill

Promiseのみのポリフィル

Promise Polyfill
https://github.com/taylorhakes/promise-polyfill

画像遅延読み込み

lazysizes
https://github.com/aFarkas/lazysizes

SVGスプライト

svgxuse
https://github.com/Keyamoon/svgxuse

URLクエリパラメーター操作

URLSearchParams
https://github.com/jerrybendy/url-search-params-polyfill

CSS非同期読み込み

loadCSS
https://github.com/filamentgroup/loadCSS

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