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

程序员代码面试指南:IT名企算法与数据结构题目最优解

程序员代码面试指南:IT名企算法与数据结构题目最优解

左程云 / 电子工业出版社 / 2015-9 / 79.00元

这是一本程序员面试宝典!书中对IT名企代码面试各类题目的最优解进行了总结,并提供了相关代码实现。针对当前程序员面试缺乏权威题目汇总这一痛点,本书选取将近200道真实出现过的经典代码面试题,帮助广大程序员的面试准备做到万无一失。“刷”完本书后,你就是“题王”!__eol__本书采用题目+解答的方式组织内容,并把面试题类型相近或者解法相近的题目尽量放在一起,读者在学习本书时很容易看出面试题解法之间的联......一起来看看 《程序员代码面试指南:IT名企算法与数据结构题目最优解》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

随机密码生成器
随机密码生成器

多种字符组合密码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试