html5 data-*

html5 data-* & js 取值、改變值

<div data-name="hellen"></div>

jquery

存儲與匹配元素關聯的「任意數據」

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-* 不是同個東西。



results for ""

    No results matching ""