Serialize Subsection
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/subsection
软件介绍
ALERT This plugin does not work with any current release of jQuery. It will work after revision 5826 with no changes. Prior to that it will require you to modify serializeArray() to query the existence of this.elements instead of jQuery.nodeName(this, "form").
This plugin creates a serialize function that operates on elements descending from a form. Requires the Ancestry plugin.
Usage:
<form>
<ol>
<li id="first">
<input id="firstname" type="text" />
<input id="lastname" type="text" />
</li>
<li>
<input id="address1" type="text" />
<input id="address2" type="text" />
</li>
<li>
<input id="mobile" type="text" />
<input id="email" type="text" />
</li>
</ol>
</form>// Returns the same results as if serializeArray() were called on the parent form element, restricted to only include the elements descending from the form.
$(#first).serializeSubsection();jQuery实战(第2版)
[美]Bear Bibeault、[美]Yehuda Katz / 三生石上 / 人民邮电出版社 / 2012-3 / 69.00元
jQuery 是目前最受欢迎的JavaScript/Ajax 库之一,能用最少的代码实现最多的功能。本书全面介绍jQuery 知识,展示如何遍历HTML 文档、处理事件、执行动画、给网页添加Ajax 以及jQuery UI 。书中紧紧地围绕“用实际的示例来解释每一个新概念”这一宗旨,生动描述了jQuery 如何与其他工具和框架交互以及如何生成jQuery 插件。 本书适合各层次Web 开发人......一起来看看 《jQuery实战(第2版)》 这本书的介绍吧!
