Recently working on some projects for my company, I find myself to use the jQuery library a lot. It is very useful for what the clients want on their website and jQuery has helped me time and again. One of our newest website we’re redesigning at the moment, as a heavy javascript-based website. Although we can accomplish the site entirely in Flash since it requires a lot of custom design implementations, and interactive controls/menus, I just used jQuery to handle most of it and so far, everything has been working so far.
With the combination of effects, event listeners, DOM manipulation, and event AJAX methods in the jQuery library, one can a really powerful web application entirely written in JavaScript and HTML.

