Serialize Subsection

程序名称:Serialize Subsection

授权协议: 未知

操作系统: 未知

开发语言:

Serialize 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();

Serialize Subsection 官网

http://plugins.jquery.com/project/subsection

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...