我的JS函数库

一些常用的JS函数库

Author
艮古永恒
Daily installs
0
Total installs
42
Ratings
1 0 0
Version
1.0.0
Created
2016-07-02
Updated
2016-07-02
License
N/A
Applies to
All sites

我的Js库

对一些原生函数JS进行封装,方便脚步调用

查询所有TagName

queryByTName(tagname, eleParent)

查询所有ClassName

queryByCName(tagname, eleParent)

从数组中查TagName

queryArrByTName(tagName, arr)

从数组中查ClassName

queryArrByCName(className, arr)