Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 371 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 371 Bytes

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');