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

冷启动

冷启动

高臻臻 / 人民邮电出版社 / 2018-5 / 59.80元

本书针对中小企业做营销没预算、没用户的痛点,系统梳理冷启动项目的思维和策略,帮助营销和运营人员实现项目从0到1再到n的爆发式增长。 全书有两条主线。一条是营销思维线,侧重于如何思考,包括:升级行业、创新文化,寻找营销切入点;挖掘品 牌和个人的亮点、“做轻”产品,打造具有互联网营销特色的冷启动项目;突破思维,把实体经济“做虚”,发挥虚拟经济的价值。另一条是营销策略线,侧重于如何行动,包......一起来看看 《冷启动》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

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

HEX HSV 互换工具