As some of you know, JavaScript, or the language of the web, has a well-known and extremely useful library called jQuery. I aim to create a similar module but altered to fit in with Roblox.
Some useful features this module includes are:
- QuerySelector (similar to
document.querySelectorAll()
in JS) - Quick & simple event binding
- And much more!
WARNING: Please remember that this is a beta release of RoQuery, and there are bound to be bugs. If you can locate an error, please create an issue on GitHub with the exact/fairly similar RoQuery code you used to trigger the error. I will try to fix these as fast as possible.