shquery
v1.0.3
Published
Matt please stop using jquery, its not worth it.
Downloads
3
Readme
Matt please jquery has been dead for years. Learn vanilla javascript
//import the package
import {$} from 'shquery';
//use the $ to get nodes
const nodes = $("p#id.class[data-attr]");