Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jquery-search

eagostini11ISC1.0.0

An unified implementation of find and addBack for jQuery.

jquery, plugin, search, find, addBack

readme

Introduction

It's a very simple unified implementation of find and addBack in the same method. Trust me, it's annoying having to write them all the time...

<form name="note">
    <label>
        <span>Title:</span>
        <input name="title" type="text" />
    </label>
</form>
$('form').search('[name]');

If it's either not enough or you found any bug in this plug-in, please, let me know creating an issue here. I appreciate your help!

Dependencies