Unfortunately I am always a server side developer from past 6-7 years. I have never got chance to write JavaScript code other than small validation and string checks but the client side technology has improved allot. jQuery has changed things allot in current world and every one is talking about it. So while looking into jQuery found some links which can be useful.
Integrating SharePoint 2007 and jQuery [Part One]
Integrating SharePoint 2007 and jQuery [Part Two]
General Tutorials
These tutorials cover the fundamentals of the jQuery library – covering a diverse number of topics.
- How jQuery Works by John Resig.
A basic introduction to jQuery and the concepts that you need to know to use it.
Tags: jQuery Core, Selectors, CSS, Traversing, Manipulation, Events, Effects
- Getting Started with jQuery by Jörn Zaefferer
Goes through the basics of jQuery, all the way up to building plugins.
Tags: jQuery Core, Selectors, Attributes, Traversing, Manipulation, Events, Effects, Ajax, Plugins
- jQuery For Designers by Mark Panay
Examples of writing Unobtrusive JavaScript to add simple behavior to a web page.
Tags: Selectors, Manipulation, Effects, Events
- Live Examples of jQuery by Cody Lindley
An interactive demonstration of the basics behind jQuery.
Tags: Selectors, Attributes, Traversing, Effects, Manipulation