1.0.0 • Published 6 years ago

jquery-search v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

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