<div data-name="hellen"></div>
存儲與匹配元素關聯的「任意數據」
or return the value at the named data store for the first element in the set of matched elements. 或者存於匹配元素集中,第一個元素,「指定數據」的值。
.data( key )
回傳是一個 Object。
jquery 文件描述:
Return the value at the named data
store for the first element
in the jQuery collection,
as set by data(name, value) or by an HTML5 data-*
attribute.
描述:回傳存儲於 jQuery 集合中,第一個「命名元素」的值,
如同由 data(name, value) 設置的值,或 由 HTML5 data-*
屬性設置的值。」
data 物件 和 data-* 不是同個東西。