blingblingjs
blingblingjs copied to clipboard
💲 Micro-library of shorthands for DOM selection, events, and attribute manipulation
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Currently $(window).on is not setup as an 'addEventListener' alias as per the original bling.js -- would be nice to have this in blingbling too.
I coded up [a mockup of the idea here](https://codepen.io/gingerchew/pen/dyrvYNG/b28d9fd99049ab7b9b93de8c07405724). While there is overlap with `.attr()` I think there could still be a place for it. especially when handling data that...
Here's an example of the implementation I was thinking of for attribute normalization. It adds ~55b (~45b gz)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.4.3 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.7 to 1.2.13. Release notes Sourced from fsevents's releases. Release v1.2.13 Only build on Mac-OSX Release v1.2.11 Removing node-pre-gyp so that building fsevents becomes easier and enabled...
$("table").class("table", false) or style?