Well, as advertised I took a couple jQuery books with me to the lake for the Turkey Day weekend. The first and most significant was jQuery In Action

The book was excellent, but not just for jQuery. In fact, Appendix A alone is worth the price of admission.
I'd not call it a seminal moment, but at least a seismic shift in thinking with regards to JavaScript because of Appendix A. I was 3 or 4 chapters into the book when there was a knockout area that said, if you're unfamiliar with any of these notions (objects, closures, etc etc) perhaps you should take in Appendix A before continuing. I thought, what the hell. I've got the time. MAN am I glad I did.
Turns out that I've been perceiving Javascript completely wrong. Although my code is strong and usage of the language is good, it is totally wrong. For example, I discovered that JavaScript is at once WAY more objecty yet completely un-OO all at the same time. The problem is that there are things that LOOK like everything other language with an OO syntax ... but they do NOT represent things the same way. Additionally, my notion of what functions actually are, or the idea that this code: function myFunc(parm, parm) actually creates a chunk of code named "myFunc" is utterly wrong. Imagine my surprise when I discovered that I was using a language correctly and yet blindly.
OK, perhaps that's a bit hyperbolic, but at the core, although I've been able to make some pretty impressive thangs with JS, I've been doing it without really understand what I was up to. Appendix A simply filled in a lot of the "Why the language does that" about code, closures, functional context and such. It's excellent.
Now back to the rest of the book

jQuery is a complicated tool that can provide quite an impact on the coder's workload. I can also see immediately that there are evangelicals out there that want to do everything with it, and I already see how it can be overused and abused. But with that caveat stated, this book does a great job of introducing the essentials of the library as well as real-world scenarios about it's usage - in as much as a book only 347 pages long can do.
What struck me immediately was how they grok exactly the steps I've had to take to make JS sing. The kind of long-hand code I've used to create client-side single-page apps with JS. In that way the book was great - it understood my position as a journeyman JSster and assisted me in a longstep into another way of thinking. The book seems very heavy on selectors, then moves rather quickly into other topics like animations yet completely avoids AJAX stuff. This is unfortunate, because I see a lot of benefit in the AJAX components of the library - especially the cross-browser AJAX compatibility.
The book was easily readable without being behind a monitor, which was nice. Many tomes really get stiff and dry unless you're using the examples - clearly a benefit, they went to pains to make sure that example screens and code were all there for taking in in a serial fashion.
I found it was best to put in 30-50 pages and then let that decant for a while. Although the prose is easy and smooth, it is not lightweight. Often, I found myself taking in a sentence or paragraph a few times because of the nonchalant or even cavalier way that some really important notions were popped out there. Taking a little time to let that steep really helped my overall comprehension.
All in all I gave the book about 3 days of really relaxedly taking it in. It was enjoyable and spun my gears about where jQuery belongs in my future coding, but again - the book did a marvelous job of filling in some holes I had in my comprehension of how JavaScript itself works, which in and of itself was worth the price of the book.
An excellent read and worth the money. A great addition to the library.
/perk