返回值:jQueryremoveData(name)

概述

在元素上移除存放的数据

与$(...).data(name, value)函数作用相反

参数

nameString

存储的数据名

示例

描述:

参考data(name)的示例