It's been quite a while since I've blogged anything significant regarding Javascript. This is largely due to the fact that I've been spending a good bit of my free time working on an open source project I started, called Gimme.
Gimme is a Javascript Library designed to make performing common tasks, not only easier, but down-right trivial.
What does Gimme look like?
Gimme is remarkably easy to use and was purposely designed to be very readable. Take the following snippet.
This code snippet grabs all elements on the page that have the class "moveable", adds to them, the class "hasBeenMoved," and then slides the elements (in a nice accelerated fashion) to the point (0, 0) on the page. Pretty easy right?
Believe it not, most tasks in Gimme are this easy (or easier).
Get started with Gimme
- See it in action on the Gimme Demo Page
- Learn what it can do at the Gimme API Reference Page.
- Download the source on the Gimme Releases Page.
Your Feedback
Gimme is still very young, but I'd love to get your feedback. Please don't hesitate to try it out and let me know what you think.