文件名称:fd-select:DOM 选择器 FP 风格
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-10 13:45:26
JavaScript
fd-选择 选择DOM元素,FD风格。 安装 npm install fd-select --save 用法 var select = require ( 'fd-select' ) . select ; var selectOne = require ( 'fd-select' ) . selectOne ; var foo = select ( document ) ( '.foo' ) ; // or var foo = select ( '.foo' ) ; // ^ foo is an array! var foo = selectOne ( '.foo' ) ; // ^ foo is the first element!
【文件预览】:
fd-select-master
----.travis.yml(158B)
----index.js(1KB)
----CONTRIBUTING.markdown(330B)
----test.js(1KB)
----package.json(1KB)
----test.es6(1KB)
----gulpfile.js(692B)
----index.es6(1015B)
----LICENSE(1KB)
----README.markdown(553B)
----.gitignore(933B)
----.jshintrc(611B)
----.editorconfig(197B)