{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

JavaScript 完全参考手册(第3版)

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

JavaScript 完全参考手册(第3版)

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

·开发大型交互网站和应用程序!
·使用W3C DOM、HTML5、Ajax以及Canvas API!
·增强安全性、优化性能并提高调试效率!
主要内容:
·探讨核心JavaScript语法和数据类型
·分析常引起混淆的概念,如弱类型和闭包
·讲JavaScript面向对象编程知识
·介绍ECMAScript 5的变化
·使用DOM方法动态更新内容
·使用最新事件模型处理用户生成的事件
·基于HTML5和JavaScript采用最新方式处理表单
·通过XMLHttpRequest对象创建Ajax应用程序
·通过JavaScript控制动画和多媒体内容
·使用Canvas API生成位图
·讨论如何解决跨浏览器编码问题
·介绍防错性开发和错误处理
Content Description

由专家级开发人员撰写的《JavaScript 完全参考手册(第3版)》介绍多项成熟技术和最佳实践,指导你设计、调试及发布性能卓越的网站和应用程序。《JavaScript 完全参考手册(第3版)》在上一版的基础上做了全面扩展和更新,融入了最新JavaScript功能、工具和编程方法。
《JavaScript 完全参考手册(第3版)》呈现大量范例、示例代码和实用开发建议,内容涵盖JavaScript核心知识乃至现代Web浏览器支持的各种标准API和新API。无论你想深入了解JavaScript弱类型等基础知识,还是想透彻理解闭包等高级主题,或要执行表单验证或Ajax调用等常见任务,这本内容丰富、讲解深刻的经典书籍都将让你如愿以偿。
Author Description

鲍威尔(Thomas A.Powell),美国加州大学圣地亚哥分校讲师,著H TML&CSS:The Complete Reference和Web Design: The Complete Reference等多本书籍。Thomas是 Web开发代理PINT的创建者,也是ZingChart JavaScript图表库的设计者。

施奈德(Fritz Schneider),Google软件工程师,曾负责管理 社交搜索服务Aardvark以及组建Google的Firefox和安全浏览团队。Fritz参与撰写了How to Do Everything with Google一书。
Catalogue

第1部分 概述
第1章 JavaScript介绍
1.1 Hello JavaScript World
1.2 向XHTML文档添加JavaScript
1.2.1