You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
This article complains that jquery and vanilla js can't mix, cuz jq is all or nothing-- eg, doesn't return a nodelist. How about chibi?
"By returning a jQuery object rather than a NodeList, built-in browser methods are essentially off limits, meaning you’re locked into the jQuery way of doing everything." https://css-tricks.com/now-ever-might-not-need-jquery/#article-header-id-15
What do you mean "pointless"?
https://github.com/kylebarrow/chibi#a-dom-element-selector-pointless
Does chibi simplify cross-browser differences?
This article complains that jquery and vanilla js can't mix, cuz jq is all or nothing-- eg, doesn't return a nodelist. How about chibi?
"By returning a jQuery object rather than a NodeList, built-in browser methods are essentially off limits, meaning you’re locked into the jQuery way of doing everything."
https://css-tricks.com/now-ever-might-not-need-jquery/#article-header-id-15
thx!