3.0.0 • Published 10 years ago

jquery-slim v3.0.0

Weekly downloads
1,574
License
MIT
Repository
github
Last release
10 years ago

Slim version of jQuery that excludes ajax, effects and currently deprecated code, Learn More.

Install via NPM

npm i jquery-slim --save

Using with webpack or browserify:

import $ from 'jquery-slim'
const myStuff = $('select-stuff');