Cash is a lightweight alternative to jQuery for modern browsers that offers similar syntax for DOM manipulation at a fraction of the file size. While it doesn’t aim for 100% feature parity with jQuery, Cash comes close and covers most day-to-day use cases. It boasts a significant reduction in size compared to jQuery Slim, making it a great option for those looking for a smaller bundle. Cash supports modern browsers, is actively maintained, and offers features like namespaced events and typed codebase. You can easily get Cash from jsDelivr or npm and start using it right away. The documentation provides details on query selectors, collection methods, and library methods. Additionally, Cash can be extended with custom methods for added functionality.
https://github.com/fabiospampinato/cash