A jQuery library quickly emerging really popular - and for a reason. I think it is one of the best JavaScript frameworks. You can do fancy stuff really fast and clean.
You can start a
Getting Started with jQuery. On the jQuery homepage you can find a lot of nice
tutorials. If you have not try jQuery, please do. You will be amazed.
Bassically what jQuery brings to web delopement is that it separates HTML and behaviour. Similarly what CSS brought: separation of presentation and HTML.
There are a great tool named
Firebug, which really helps with web development. This tool surely demand a separate post. You can inspect a web page, play with CSS on the fly, debug, use a console ... Here it comes a jQuery. You can write a jQuery instruction right into the console, and
it will be applied on the fly. Amazing. All you have to do is to "
jQuerify" a web page.
Another great thing to know when you work with jQuery is what the selector will actually select. You can try a
SelectorGadget tool which shows the most appropriate selector for the selected element(s). This tool is so great also because all you have to do to run it, just click a "
link" when you are on the desired page to be check. Great!
More on Firebug and jQuery in the great video: