ミラー元
https://github.com/coolaj86/ajquery.js.git
前回の同期 2024-11-16 17:29:02 +00:00
Use Array.from() in $$
このコミットが含まれているのは:
コミット
6da364d813
@ -3,5 +3,5 @@ function $(sel, el) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function $$(sel, el) {
|
function $$(sel, el) {
|
||||||
return (el || document).querySelectorAll(sel);
|
return Array.from((el || document).querySelectorAll(sel));
|
||||||
}
|
}
|
||||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする