UNPKG
@mdui/jq
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
3.0.0
拥有和 jQuery 相似 API 的轻量级 JavaScript 工具库
github.com/zdhxiong/mdui
zdhxiong/mdui
@mdui/jq
/
static
/
removeData.js
4 lines
(3 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
import
{ $ }
from
'../$.js'
;
import
{ removeData }
from
'../functions/removeData.js'
; $.removeData = removeData;