鏡像自
https://github.com/coolaj86/ajquery.js.git
synced 2024-11-16 17:29:02 +00:00
chore: add code
This commit is contained in:
父節點
f6a52d0a5f
當前提交
e2d6c6b928
7
ajquery.js
Normal file
7
ajquery.js
Normal file
@ -0,0 +1,7 @@
|
||||
function $(sel, el) {
|
||||
return (el || document).querySelector(sel);
|
||||
}
|
||||
|
||||
function $$(sel, el) {
|
||||
return (el || document).querySelectorAll(sel);
|
||||
}
|
載入中…
x
新增問題並參考
Block a user