文件名称:jquery.formality:从到{data}
文件大小:69KB
文件格式:ZIP
更新时间:2024-05-24 11:26:21
JavaScript
jQuery形式 Formality是一个jQuery插件,可以处理DOM的任何部分并返回输入的对象表示形式。 它支持ONGL语法用于对象嵌套的所有类型的输入和复杂形式。 简单的例子 给定以下DOM结构: < form id =" data " > < input type =" text " name =" firstName " value =" John " /> < input type =" text " name =" lastName " value =" Doe " /> < input type =" radio " name =" gender " value =" male " checked =" checked " /> < input type =" radio " name =" gender " value =" female " />
【文件预览】:
jquery.formality-master
----.gitignore(6B)
----jquery.formality.js(7KB)
----jquery.formality.iml(338B)
----README.md(1KB)
----tests()
--------test.inputs.js(550B)
--------test.textfields.js(1KB)
--------test.integration.js(2KB)
--------test.checkboxes.js(2KB)
--------test.radios.js(1KB)
--------test.performance.js(5KB)
--------test.context.js(2KB)
--------test.html5fields.js(2KB)
--------3rdparty()
--------test.ognl.js(2KB)
--------performance.html(4KB)
--------run-all-tests.html(2KB)
--------test.selects.js(2KB)
--------test.selectors.js(581B)
--------test.hidden.js(600B)