镜像自地址
https://github.com/coolaj86/ajquery.js.git
已同步 2024-11-16 17:29:02 +00:00
Use Array.from() in $$
这个提交包含在:
父节点
ceda8242d9
当前提交
c50bcca6ca
@ -3,5 +3,5 @@ function $(sel, el) {
|
||||
}
|
||||
|
||||
function $$(sel, el) {
|
||||
return (el || document).querySelectorAll(sel);
|
||||
return Array.from((el || document).querySelectorAll(sel));
|
||||
}
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户