I was always wondering how to use jquery. Should I use it for everything, just some parts, what is a good practice etc. So I am looking for a jquery book which also explains pure javascript. Some things should probably still be done without jquery. So how to mix jquery with pure js. Is there any good book which is not mostly only jquery and also not only js, but it explains how to use both in a proper way?
Most jQuery books don't have a chapter about Javascript because it would be too short and superficial. But many of those thick Javascript books have several chapters about jQuery or some other framework.