{{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

精通jQuery Web开发(第2版)

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

精通jQuery Web开发(第2版)

{{__(":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
Content Description

充分利用jQuery的新版Web开发功能从5年前推出本书第1版以来,jQuery经历了大幅修改和增强。《精通jQueryWeb开发(第2版)》涵盖所有新内容和增强内容,透彻讲述新的HTML5元素和功能、改进的事件处理方法以及升级后的jQueryUI等。每章都帮助读者学习通过jQuery易用的卓越功能来开发动态Web页面和Web应用程序。本书是有志于学习JavaScript、CSS及更多知识的Web开发人员的必备书籍。主要内容◆重点讲解jQuery的新版功能◆分析和解释更新后的流行功能,如jQueryUI、导航、表格、交互功能、音频和视频◆介绍事件、CSS、AJAX、动画和拖放◆演示如何运用可提高性能和速度的jQuery新功能◆介绍各种使Web页面变得多姿多彩的第三方jQuery插件

Author Description

Richard York,已经撰写了4本Web开发图书,包括Beginning们JavaScript and CSS Development with jQuery等。
Catalogue

第Ⅰ部分 jQuery API
第1章 jQuery简介 3
1.1 jQuery的功能 5
1.2 jQuery的创造者 6
1.3 获取jQuery 7
1.4 安装jQuery 7
1.5 编程惯例 9
1.5.1 标记和CSS惯例 10
1.5.2 JavaScript惯例 14
1.6 小结 24
第2章 选择和筛选 27
2.1 选择器API的起源 28
2.2 使用选择器API 29
2.3 筛选选择集 34
2.3.1 使用选择上下文 34
2.3.2 处理元素关系 45
2.4 从选择集中提取片段 58
2.5 向选择集添加元素 59
2.6 小结 60
2.7 练习 60
第3章 事件 63
3.1 各种事件封装方法 63
3.2 挂钩其他事件 68
3.3 挂钩持久事件处理器 69
3.4 删除事件处理器 75
3.5 创建自定义事件 80
3.6 小结 86
3.7 练习 87
第4章 操纵内容和特性 89
第5章 数组和对象的迭代 135
第6章 CSS 165
第7章 AJAX 177
第8章 动画和缓动效果 225
第9章 插件 247
第10章 滚动条 271
第11章 HTML5拖放 283
第Ⅱ部分 jQuery UI
第12章 实现拖放 329
第13章 Sortable插件 345
第14章 Selectable插件 367
第15章 Accordion插件 381
第16章 Datepicker插件 393
第17章 Dialog插件 411
第18章 Tabs插件 429
第Ⅲ部分 流行的第三方jQuery插件
第19章 Tablesorter插件 445
第20章 创建交互式幻灯片放映效果 455
第21章 使用HTML5音频和视频 471
第22章 创建简单的WYSIWYG编辑器 477
第Ⅳ部分 附 录
附录A 练习题答案 493
附录B jQuery选择器 503
附录C 选择、遍历和筛选 509
附录D 事件 515
附录E 操纵内容、特性和自定义数据 527
附录F 操纵内容的更多方法 531
附录G AJAX方法 535
附录H CSS 543
附录I 实用工具 547
附录J draggable和droppable 551
附录K Sortable插件 559
附录L Selectable插件 565
附录M 动画和缓动效果 569
附录N Accordion插件 581
附录O Datepicker插件 585
附录P Dialog插件 595
附录Q Tabs插件 601
附录R Resizable(可调整尺寸) 607
附录S Slider(滑动条) 611
附录T Tablesorter插件 615
附录U MediaElement 617
Introduction

jQuery已经成为Web开发领域的核心要素。作为一个JavaScript库,jQuery的使命非常简单——致力于极大地简化诸多任务,从而减轻Web开发人员的工作负担。jQuery的初衷是提供一个库来消弥浏览器之间的不一致性,简化JavaScript开发,为跨浏览器开发提供诸多规范。随着浏览器技术的进步,浏览器之间的不兼容问题逐渐消除,jQuery的量级更轻了,效率却更高,能更好地完成自己的任务:提供API,使JavaScript开发变得更简单。
实践已经证明,jQuery可将多行普通的JavaScript代码简化为区区几行jQuery代码,甚至在很多情况下简化为一行支持jQuery的JavaScript代码。使用jQuery时,代价是为了使用你的网站和应用程序,用户需要获取jQuery库(可能还需要获取其他相关的下载资料),这会增加应用的大小,也额外增加了复杂性。在当今,这种代价已经变小了,因为越来越多的人可以访问高速Internet。因此,从宏观角度看,额外的下载并不那么费事。
jQuery致力于尽可能消除冗余现象,从而清除JavaScript开发中的道道樊篱。jQuery 1.9及更早版本更多聚焦于在各个浏览器存在差异的关键区域(例如Microsoft的事件API和W3C的事件API之间,以及其他更需要补救的任务,例如获取事件发生时用户鼠标指针的位置等)实现跨浏览器JavaScript开发的标准化。随着浏览器的规范化,jQuery 2.0已甩掉了大多数历史包袱,即不再重点考虑如何发挥桥梁作用(例如,实现Internet Explorer与其他浏览器的事件一致性)。现在,最新的Internet Explorer版本的标准事件API严格遵循标准呈现模式,因此,在添加有效的文档类型声明时,已不需要桥梁性的事件支持。
如果必须使用较旧的Internet Explorer版本(如IE8),则需要jQuery 1.9。jQuery 1.9和jQuery 2.0都可以用在所有现代浏览器上,包括最新版本的Safari、Firefox、Google Chrome和Internet Explorer。
入手使用jQuery十分简单,只需要在HTML或XHTML文档中添加简单脚本,将基本的jQuery JavaScript库纳入即可。本书详细介绍jQuery的API组件,说明如何将该框架中的组件结合在一起来快速开发Web应用程序。
本书还介绍jQuery UI库的用法。创建客户端用户界面(UI)曾是一项非常烦琐的任务,而如果使用jQuery UI库,这些任务则变得出奇简单。即使没有丰富JavaScript编程经验的普通开发者,也可以用jQuery UI库创建出专业的用户界面。jQuery UI库包括对话框、选项卡、Accordion和日期选择器等小组件;要观看完整演示,请参阅https://www.jqueryui.com中的示例。
一个蓬勃发展的大型jQuery插件社区提供了免费插件,本书介绍其中最流行的一些插件,还讲述如何自行创建简单乃至复杂的jQuery插件。
读者对象
本书面向任何希望使用更少代码实现更多功能的Web开发人员。在阅读本书之前,应该基本了解JavaScript,因为本书并不详细介绍JavaScript语言本身。读者需要了解DOM(Document Object Model,文档对象模型)和JavaScript编程语法,还需要对CSS以及HTML5或XHTML5有所了解,本书假定你已经掌握了这些知识。本书将重点介绍如何使用jQuery编写JavaScript程序。
对于初学者来说,也许虽然能领会本书示例中代码的含义,但可能无法理解某些技术术语和编程概念,这些内容通常是在JavaScript入门书籍中介绍的。因此,如果你是一名想努力掌握jQuery的初学者,建议在阅读本书的同时也阅读一本JavaScript入门书籍。确切地讲,笔者建议阅读下列Wrox书籍(它们均已由清华大学出版社引进并出版),以帮助初学者掌握相应的基础知识:
● 《HTML、XHTML、CSS与JavaScript入门经典》
● 《CSS入门经典(第3版)》
● 《JavaScript入门经典(第4版)》
要获得JavaScript方面比较深入的知识,笔者建议参阅由Nicholas C. Zakas所著的《JavaScript高级程序设计(第3版)》。
内容概要
本书介绍jQuery JavaScript框架和jQuery UI JavaScript框架,列出一些流行的第三方插件,讲述如何自行编写和使用第三方插件。本书还介绍jQuery的API公开的每个方法,使用这些API包含的方法,可用最少的代码来更快地完成常见的繁杂任务。例如,jQuery的一些方法用于通过DOM从标记文档中选取元素,一些方法则用于遍历选择集或使用jQuery所提供的精确控制来过滤选择集。使用jQuery所提供的方法操作DOM将变得更加简单和轻松。本书还介绍jQuery的事件模型,该模型打包普通的W3C事件API,如能正确使用该模型提供的API,将能极大地优化应用程序并降低复杂度。
本书第Ⅱ部分介绍如何利用jQuery UI库来创建UI小组件(widget)。jQuery可将内容拆分为多个部分,用同一页面上的多个选项卡(tab)来包含每部分内容。jQuery还支持自定义这些选项卡的外观和效果,甚至可在鼠标移到选项卡上或在选项卡上单击时为选项卡提供不同的特效,从而使选项卡具有更精美的外观和效果。可以用jQuery UI库来方便地创建Accordion(手风琴)补充内容;这些补充内容有两个或更多个窗格,当鼠标指针移到某一条目时,窗格将通过平滑、无缝的动画效果进行切换,之前的窗格将折叠起来,而当前窗格将展开显示。
jQuery UI库还支持将任意元素转换为“可拖动”元素,在页面上只需单击该元素并按住鼠标进行拖动,就可以使用鼠标将元素拖动到页面中的任何地方。使用jQuery UI库来创建具有拖放功能的用户界面也变得非常容易,可使用jQuery插件来创建可投放区域,可拖动页面上的其他元素并投放到该区域中,就像在操作系统的文件管理器中移动文件夹的位置一样。另外,jQuery UI库还可将列表转换为“可排序”列表,可通过拖放方式来排序列表,列表将根据列表项投放的位置来重新排序列表项。另外,jQuery UI库还支持使用鼠标拖曳出选取框来选取元素,就像在操作系统的文件管理器中选取多个文件或文件夹那样。jQuery UI库还提供了使用鼠标来调整页面元素尺寸的插件。所有这些在计算机桌面系统中可以实现的简洁操作,都可以使用jQuery UI库在Web浏览器中实现。
jQuery UI库还提供了用于输入日期的由JavaScript驱动的、精美易用的日期选择器插件,当在输入域中单击时,将自动弹出该日期选择器。
使用jQuery UI库,还可以创建类似于虚拟弹出窗口的自定义弹出对话框,但这种弹出对话框是使用标记代码、CSS和JavaScript显示的,并且不会打开单独的浏览器窗口。
jQuery UI库还提供了图形化的滑动条(slider bar)插件,类似于媒体播放器中的音量控制条。
就像通常情况下jQuery大大简化了JavaScript编程一样,jQuery UI库也极大地简化了创建图形用户界面(GUI)的繁重工作。在jQuery UI库的支持下,只需较少的开发工作,就可以创建出非常专业的用户界面小组件。
如果读者对jQuery的最新信息感兴趣,比如jQuery正在进行的改进,以及与Web开发相关的主题等,请参考jQuery的官方博客blog.jquery.com所提供的资料,或阅读jQuery之父John Resig的博客,网址是www.ejohn.org。
如果读者在使用jQuery的过程中想要寻求帮助,可参加p2p.wrox.com论坛上关于编程方面的讨论,可免费加入,在温馨的论坛中咨询jQuery编程方面的相关问题。jQuery社区也提供了一些编程论坛,可在网站https://docs.jquery.com/Discussion上学到更多知识。
本书编排方式
本书分为4部分:第Ⅰ部分介绍jQuery库公开的基本API;第Ⅱ部分分析jQuery UI库的内容;第Ⅲ部分介绍一些流行的jQuery插件,并讲述如何创建更高级的jQuery插件;第Ⅳ部分是附录,列出一些有用的参考资料。
第Ⅰ部分:jQuery API
● 第1章:jQuery简介——第1章简要介绍jQuery的起源,以及为什么需要使用jQuery。该章列出一些良好的编程实践以及本书使用的特定编程惯例。该章还简要讨论如何下载jQuery库以及如何创建第一个jQuery驱动的JavaScript程序。
● 第2章:选择和筛选—— 该章简要介绍jQuery的选择器引擎,选择器引擎使用类似于CSS的选择器从DOM中选择元素。该章还介绍jQuery所支持的操作选择集的各种方法,这些方法可用于精确控制从DOM中选取哪些元素。该章介绍用于选择上级元素、父元素、同级元素和后代元素的各种方法,以及如何移除选择集中的元素,如何将元素添加到选择集中,以及如何获取选择集的特定子集。
● 第3章:事件—— 该章讨论jQuery的事件封装方法,分析如何挂钩不具有内置封装方法的事件处理器,如何删除事件处理器,如何挂钩持久化事件处理器,如何创建自定义事件,如何为事件添加命名空间以方便引用。
● 第4章:操纵内容和特性—— 该章介绍如何使用jQuery为操纵内容、文本、HTML和元素特性而提供的各种方法。jQuery提供了大量方法,可实现对元素的任何操作。
● 第5章:数组和对象的迭代—— 该章介绍如何使用jQuery来遍历包含元素的选择集,以及如何遍历数组。与通常一样,对于DOM元素组成的数组或选择集,jQuery提供了一个简便的迭代机制,只需使用几行代码就可以循环遍历数组或选择集的内容。
● 第6章:CSS——该章介绍jQuery为操作CSS属性和声明所提供的方法。jQuery提供了直观和具有多种功能的方法,以便采用不同的方式来操作CSS。
● 第7章:AJAX——该章详细介绍jQuery所支持的针对服务器发起AJAX请求的各种方法,jQuery的AJAX方法允许向服务器请求内容,而不必直接使用底层的XMLHttpRequest对象,还支持处理从服务器返回的不同格式的响应。
● 第8章:动画和缓动效果—— 该章介绍jQuery所提供的一些用于动态显示元素的方法,包括使用简单动画显示和隐藏元素、淡入和淡出、上滑和下滑,使用完全自定义的动画,以及可用来控制动画时间流逝的各种缓动效果。
● 第9章:插件——该章介绍如何在jQuery中创建自定义插件。
● 第10章:滚动条——解释如何使容器变得可滚动,包括获取和设置滚动位置。
● 第11章:HTML5拖放——用于在浏览器窗口中拖放元素的官方W3C拖放API。该API与Draggable和Droppable jQuery UI插件的差异极大,允许在完全不同的浏览器窗口或应用程序之间拖放元素。该章还介绍以拖放方式上传文件的W3C规范。
第Ⅱ部分:jQuery UI
● 第12章:实现拖放——该章介绍如何实现Draggable和Droppable jQuery UI插件来创建拖放API,这是第11章介绍的HTML5拖放API的备选。
● 第13章:Sortable插件——该章讨论如何使用Sortable插件将列表元素转换为可通过拖动和投放进行排序的“可排序”列表。
● 第14章:Selectable插件——该章介绍jQuery UI库中的Selectable插件,该插件允许用户通过鼠标拖曳出选取框来选择元素,就像在操作系统的文件管理程序中选取文件那样。
● 第15章:Accordion插件——该章讨论如何使用Accordion插件来创建外观简洁优美的侧边栏,侧边栏包含了多个内容窗格,各个窗格可以像手风琴一样展开和折叠。当鼠标指针移过一个元素时,当前内容窗格将通过平滑动画折叠起来,而另一个窗格则以动画方式平滑展开。
● 第16章:Datepicker插件——该章介绍如何使用jQuery的Datepicker小组件为标准的表单输入域创建日期选择器。
● 第17章:Dialog插件——该章介绍如何使用jQuery UI库来创建虚拟的弹出窗口,虚拟的弹出窗口的外观和行为看起来就像是真正的弹出窗口,但实际上完全包含在启动它们的当前页面中,而且是使用纯粹的标记代码、CSS和JavaScript构建的。
● 第18章:Tabs插件——该章介绍jQuery UI库的Tabs组件,它可将一个文档拆分到几个不同的选项卡中,在这种选项卡之间导航时,并不需要加载其他页面。
第Ⅲ部分:流行的第三方jQuery 插件
● 第19章:Tablesorter插件——简要介绍jQuery的第三方插件Tablesorter,该插件用于依据一列或多列对HTML表格进行排序。
● 第20章:创建交互式幻灯片放映效果——介绍如何设置幻灯片放映插件,列举一个创建jQuery插件的复杂例子,该例可供扩展。
● 第21章:使用HTML5音频和视频——介绍MediaElement插件,该插件在桌面和移动平台上,针对各种流行的媒体格式(如H.264和MP3音频),架起了支持音频和视频的桥梁。
● 第22章:创建简单的WYSIWYG编辑器——讨论在浏览器中创建文本编辑器所需的contenteditable特性和各种组件。
第Ⅳ部分:附录
● 附录A——该附录包含各章练习题的答案。
● 附录B~U——这些附录包含jQuery和jQuery UI的参考资料。
阅读本书的先决条件
为充分发挥本书示例的作用,需要具备以下两个使用条件:
● 具有多个浏览器,以便测试本书示例中的Web页面。
● 有一个文本编辑器或你最喜欢的IDE。
为网站设计的内容应该允许不同类型的客户端浏览器进行访问。某些用户可能使用不同的操作系统或浏览器进行访问,而读者当前使用的计算机上可能并未安装这些操作系统或浏览器。本书的内容聚焦于当前最主流的浏览器。这些浏览器包括:
● Windows系统上的Microsoft Internet Explorer 10或更高版本的IE浏览器。
● Mac OS X系统上的Safari 7浏览器或更高版本的Safari浏览器。
● Mac OS X系统、Windows系统或Linux系统上的Firefox 30或更高版本的浏览器。
● Mac OS X系统、Windows系统或Linux系统上的Google Chrome 36或更高版本的浏览器。
p2p.wrox.com
要与作者和同行讨论,请加入p2p.wrox上的P2P论坛。这个论坛是一个基于Web的系统,便于你张贴与Wrox图书相关的消息和相关技术,与其他读者和技术用户交流心得。该论坛提供了订阅功能,当论坛上有新的消息时,它可以给你发送感兴趣的论题。Wrox作者、编辑、其他业界专家和读者都会到这个论坛上来探讨问题。
在https://p2p.wrox上,有许多不同的论坛,它们不仅有助于阅读本书,还有助于开发自己的应用程序。要加入论坛,可以遵循下面的步骤:
(1) 进入p2p.wrox,点击Register链接。
(2) 阅读使用协议,并单击Agree按钮。
(3) 填写加入该论坛所需的信息和自己希望提供的其他信息,单击Submit按钮。
(4) 你会收到一封电子邮件,其中的信息描述了如何验证账户,完成加入过程。
加入论坛后,就可以张贴新消息,响应其他用户张贴的消息。可以随时在Web上阅读消息。如果要让该网站给自己发送特定论坛中的消息,可以单击论坛列表中该论坛名旁边的Subscribe to This Forum图标。
关于使用Wrox P2P的更多信息,可阅读P2P FAQ,了解论坛软件的工作情况以及P2P和Wrox图书的许多常见问题。要阅读FAQ,可以在任意P2P页面上点击FAQ链接。
……

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book