From the project's front page:
Writing your own Ajax library is also a great way to learn JavaScript (IMHO). I'll be making little tweaks as I work further on my project, it's getting quite close. I think I've probably said that before but rewriting from scratch tends to set one back a bit. Third iteration's the charm?I found myself needing a few common utilities as I was writing an Ajax application. Rather than use a heavyweight or verbose library, I wanted something compact that minimized the amount of typing I needed to do. This is where the name q12 comes from, just three little keys up there in the upper left corner of the keyboard.
This library provides functions for the following:
- Basic DOM manipulation
- Asynchronous HTTP requests with callbacks
- Class methods and inheritance
- Base64 encoding and other forms of data escaping
- AES encryption
No comments:
Post a Comment