bootstrap data与jquery .data
jquery官网对.data函数描述是:在匹配元素上存储任意相关数据 或 返回匹配的元素集合中的第一个元素的给定名称的数据存储的值。 存储键值(key/value): $(body).data(foo, 52); $(body).data(bar, { myType: test, count: 40 }); $(body).data({ baz: [ 1, 2, 3 ] }); 取键值 $(body).data(foo); // 52 $(body).data(); // { foo: 52, bar: { myTy
用户评论
推荐下载
-
Winning with Data
CrestthedatawavewithadeepculturalshiftWinningwithDataexplorestheculturalchangesbigdatabringstobusin
18 2020-05-06 -
Data Integration
NULL博文链接:https://kirenenko04.iteye.com/blog/2097403
15 2020-05-14 -
DATA WAREHOUSE
MasteringDataWarehouseDesign
31 2019-09-25 -
Data Representation
数据表示法
15 2020-02-25 -
Visualizing Data
O'ReillyMedia出版的可视化计算,英文版
28 2020-02-25 -
Data Structures
数据结构与算法DataStructures
39 2019-09-21 -
Data Dictionary
生成数据字典,可以列出用户自己想要的内容,自动产生格式。简单实用
27 2019-09-20 -
data server
workprocessdataserverjshtml代码
17 2019-10-03 -
Spring Data
AsadeveloperofJavaenterpriseapplications,youcanchooseamongseveraldataaccessframeworkswhenworkingwith
23 2020-03-21 -
Beautiful Data
O'ReillyBeautifulData
11 2020-04-23
暂无评论