jquery-param:与jQuery.param等效的功能

时间:2021-02-04 03:59:45
【文件属性】:
文件名称:jquery-param:与jQuery.param等效的功能
文件大小:33KB
文件格式:ZIP
更新时间:2021-02-04 03:59:45
javascript jquery post equivalent serialize jQuery参数 产品特点 等效于jQuery.param(基于jQuery 3.x) 没有依赖关系 通用(同构) ES模块支持 安装 Node.js: npm install jquery-param --save 浏览器: < script src =" /path/to/jquery-param.min.js " > </ script > 用法 CommonJS: const param = require ( 'jquery-param' ) ; const obj = { key1 : { value1 : [ 10 , 20 , 30 ] } , key2 : '?a
【文件预览】:
jquery-param-master
----rollup.config.js(760B)
----package.json(958B)
----jquery-param.js(2KB)
----test()
--------test.js(24KB)
--------test.html(783B)
--------test-suite.js(435B)
----jquery-param.min.js(757B)
----esm()
--------jquery-param.es.js(1KB)
--------jquery-param.es.min.js(565B)
----LICENSE(1KB)
----package-lock.json(78KB)
----src()
--------index.js(1KB)
----.npmignore(29B)
----.gitignore(23B)
----.circleci()
--------config.yml(748B)
----README.md(2KB)

网友评论