diff options
author | luxagraf <sng@luxagraf.net> | 2019-05-04 15:48:55 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-05-04 15:48:55 -0500 |
commit | 79fafe2f44f5e31522dd93013950474342bfdfb0 (patch) | |
tree | bc9ccf5b4eadeebf3a2f86b21f9b382edfa41735 /old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Mon/jquery.txt | |
parent | 62167091560c908db0613bcb35ff9ae8292f5961 (diff) |
archived all the stuff from freelancing for wired
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Mon/jquery.txt')
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Mon/jquery.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Mon/jquery.txt b/old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Mon/jquery.txt new file mode 100644 index 0000000..dcac227 --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/01.15.07/Mon/jquery.txt @@ -0,0 +1 @@ +Popular AJAX framework [jQuery][1] is one year old today and marks that milestone with a [1.1 release][3]. JQuery has long had a devoted following who tout it's speed and lightweight structure which make it easy to integrate complex effects with on a few lines of code.
The new version of jQuery boasts numerous enhancements including bugs fixes, speed improvements and a simplified API. The creators of jQuery have also overhauled the documentation and gathered the previous scattered tutorials and guides [into one website][2].
There's a page available to [run speed tests][4] on jQuery 1.1 and the new documentation site should be a boon to web developers looking to get started with AJAX.
[1]: http://jquery.com/ "jQuery Javascript Library"
[3]: http://jquery.com/blog/2007/01/14/jquery-birthday-11-new-site-new-docs/ "jQuery New Site New Docs"
[2]: http://docs.jquery.com/ "jQuery documentation"
[4]: http://john.jquery.com/speed/ "jQuery speed test"
\ No newline at end of file |