The book is a programmer's guide and comprehensive reference to the core JavaScript language and to the client-side JavaScript APIs defined by web browsers.
The sixth edition covers HTML 5 and ECMAScript 5. Many chapters have been completely rewritten to bring them in line with today's best web development practices. New chapters in this edition document jQuery and server-side JavaScript.
Recommended for experienced programmers who want to learn the programming language of the Web, and for current JavaScript programmers who want to master it.
......(更多)
David Flanagan is also the author of The Ruby Programming Language, Java in a Nutshell, and JavaScript Pocket Reference.
......(更多)
......(更多)
不像许多其他语言,JavaScript 中的代码块不会创建一个新的作用域,因此变量应该被定义在函数的顶端,而不是在代码块中。
但要注意,Attr对象不出现在元素的childNodes[]数组中,不像Element和Text节点那样直接是文档树的一部分。DOM标准允许通过Node接口的attribute[]数组访问Attr 节点。
随着 time-sharing 和基于文本的终端机的出现
......(更多)