Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 222 Bytes

File metadata and controls

17 lines (9 loc) · 222 Bytes

tableData

##合理应用jquery的data方法

data-options='{"name":"John" , "age" : 20 }'

$( "div" ).data( "options" ).name === "John";

##插件调用

$("选择器").tableData();

##插件参数配置

item