[jQuery 核心-数据缓存] removeData(name)

在元素上移除存放的数据。

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

返回值
jQuery

参数
name (String) :存储的数据名

示例
参考data(name)的示例