A micro JavaScript library used as a replacement for jQuery, weighing in at nearly 5KB.
The aim of this project is to build a library that can be used to replace jQuery. The challenge will be to shrink the overall filesize of the library, keeping the minified, gzip compressed file under 5KB while simultaniously adding more support for jQuery features. The ultimate goal is to have a modern library that runs faster than jQuery under stress.
https://cdn.jsdelivr.net/npm/selectorjs@0.9.12/dist/selector.min.js
Library | Selector.js | jQuery 3.2 | jQuery 3.2 Slim |
---|---|---|---|
Uncompressed | 68K | 271K | 217K |
Minified | 16K | 84.5K | 68K |
Minified & Gzipped | 4.8K | 28.6K | 22.7K |
- add
- addClass
- after
- animate (requires Velocity.js)
- append
- attr
- before
- children
- closest
- css
- each
- empty
- eq
- filter
- find
- first
- get
- has
- hasClass
- height
- hide
- hover
- html
- index
- innerHeight
- innerWidth
- is
- last
- map
- next
- nextAll
- not
- off
- offset
- offsetParent
- on
- parent
- parents
- position
- prepend
- prev
- prop
- push (*pushStack)
- ready
- remove
- removeAttr
- removeClass
- removeProp
- serialize
- show
- siblings
- slice
- stop (requires Velocity.js)
- toggle
- toggleClass
- val
- width
- $
- $.ajax
- $.extend
- jQuery object
- All jQuery plugins
- jQuery UI
- jQuery.fx
- Deprecated functions
- More...
This project is in beta and has been tested in Chrome 51+, IE8+ (using ie-shim.js), Safari 9+, and iOS 6+. Use at your own risk.
- *pushStack is now called push