jQuery: Why I’m Loving It
Saturday, August 30th, 2008
I´m in love with jQuery it is very fast and is basicly a JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for fast and solid web development. It has changed my style of coding. Rather than writing 100 lines of code you can start using JQuery and dramatically shorten your code lines.
It even have a Ajax support so you can focus on your project more, rather than debugging a bit more. Lets focus on basic animation and movements with jQuery. Its easy to apply and modify. They have a very good API documentation so its quite easy to actually find what you are looking for. They provide you with allot of examples and tutorials you can study and learn from.
I’m currently working on a small project, its a game but its not yet done. You can check this out. Use your keyboard arrows to navigate.
This is some of my work notes from jQuery.


