Skip to content

Slim version of jquery that excludes ajax, effects and currently deprecated code

Notifications You must be signed in to change notification settings

thesabbir/jquery-slim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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