Javascript 书籍免费下载
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3655783/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Javascript Book for free Download
提问by stacknewbee
i'm lookin for a good javascript pdf book. which i can download freely.
我正在寻找一本好的 javascript pdf 书。我可以免费下载。
回答by CMS
I would recommend you Eloquent JavaScript, is more than a free book, it contains a lot of examples and an environment to try them out and play with them.
我会向您推荐Eloquent JavaScript,它不仅仅是一本免费的书,它包含大量示例和一个可以尝试和使用它们的环境。
Also, give a look to this listof really goodresources to learn the language.
回答by Adeel Ansari
回答by alexandrul
jQuery Fundamentalsby Rebecca Murphey:
Rebecca Murphey 的jQuery 基础知识:
jQuery is fast becoming a must-have skill for front-end developers. The purpose of this book is to provide an overview of the jQuery JavaScript library; when you're done with the book, you should be able to complete basic tasks using jQuery, and have a solid basis from which to continue your learning. This book was designed as material to be used in a classroom setting, but you may find it useful for individual study.
This is a hands-on class. We will spend a bit of time covering a concept, and then you'll have the chance to work on an exercise related to the concept. Some of the exercises may seem trivial; others may be downright daunting. In either case, there is no grade; the goal is simply to get you comfortable working your way through problems you'll commonly be called upon to solve using jQuery. Example solutions to all of the exercises are included in the sample code.
jQuery 正迅速成为前端开发人员的必备技能。本书的目的是提供 jQuery JavaScript 库的概述;读完本书后,您应该能够使用 jQuery 完成基本任务,并为继续学习打下坚实的基础。本书被设计为在课堂环境中使用的材料,但您可能会发现它对个人学习很有用。
这是一堂动手课。我们将花一些时间介绍一个概念,然后您将有机会进行与该概念相关的练习。有些练习可能看起来微不足道;其他人可能非常令人生畏。无论哪种情况,都没有等级;目标只是让您轻松地解决您通常需要使用 jQuery 解决的问题。示例代码中包含所有练习的示例解决方案。

