Serialize Subsection

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-11 05:57:05

软件介绍

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

本文地址:https://codercto.com/soft/d/23116.html

Redis设计与实现

Redis设计与实现

黄健宏 / 机械工业出版社 / 2014-6 / 79.00

【官方网站】 本书的官方网站 www.RedisBook.com 提供了书本试读、相关源码下载和勘误回报等服务,欢迎读者浏览和使用。 【编辑推荐】 系统而全面地描述了 Redis 内部运行机制 图示丰富,描述清晰,并给出大量参考信息,是NoSQL数据库开发人员案头必备 包括大部分Redis单机特征,以及所有多机特性 【读者评价】 这本书描述的知识点很丰富,......一起来看看 《Redis设计与实现》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具