~ Lightweight Wrapper For Vanilla JS ~
Well as a web developer i wanted to move out from jQuery and use Vanilla JS. When i realized i had to write multiple lines of code for a single action thats when i decided to create a lightweight javascript library that can do most things that jQuery can.
> domQ Uses Dizzle which is an alternate to jQuery's Sizzle Framework which is used for Customized CSS Selectors like :input, :hidden and Dizzle is bundled along with domQ. we both standalone & bundled versions.
| Features | domq | domQ + Dizzle | Zepto | jQuery Slim |
| :--- | :---: | :---: | :---: | :---: |
| Supports Older Browsers | ❌ | ❌ | ❌ | ✔ |
| Supports Modern Browsers | ✔ | ✔ | ✔ | ✔ |
| Actively Maintained | ✔ | ✔ | ❌ | ✔ |
| Namespaced Events | ✔ | ✔ | ❌ | ✔ |
| jQuery Selectors | ✔ | ✔ | ⚠️(Experimental Feature)| ✔ |
| ** Animation | ✔ | ✔ | ⚠️(Custom Workaround) ️| ❌ |
** domQ uses WebAnimation's API
``html`
domQ is also available through npm as the @domq-js/core package:
npm install --save @domq-js/core
That you can then use like this:
`javascript
import domq from "domq";
domq(function () {
domq('html').addClass ( 'domq-works' );
domq('').appendTo ( document.body );
});
`
methods and some library` methods. If you need more details about our API just check out jQuery's, while we don't implement everything that jQuery provides, everything what we do implement should be compatible with jQuery. domQ can be extended with custom methods, read how here.> ❤️ Thanks To Mannatstudio Themes For The Awesome Logo
---
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
- ☕ How about we get to know each other over coffee? Buy me a cup for just [$9.99][buymeacoffee]
- ☕️☕️ How about buying me just 2 cups of coffee each month? You can do that for as little as [$9.99][buymeacoffee]
- 🔰 We love bettering open-source projects. Support 1-hour of open-source maintenance for [$24.99 one-time?][paypal]
- 🚀 Love open-source tools? Me too! How about supporting one hour of open-source development for just [$49.99 one-time ?][paypal]
---
Built With ♥ By Varun Sridharan 🇮🇳
---
[paypal]: https://sva.onl/paypal
[buymeacoffee]: https://sva.onl/buymeacoffee
[sofythelabrador]: https://www.instagram.com/sofythelabrador/
[github]: https://sva.onl/github/
[twitter]: https://sva.onl/twitter/
[telegram]: https://sva.onl/telegram/
[email]: https://sva.onl/email
[website]: https://sva.onl/website/