Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 778 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 778 Bytes

jQuery Form Filters

Automatically adds a link to clear specific form fields from your form. Useful in search form scenarios.

Getting Started

Download the production version or the development version.

In your web page:

$(function(){

  $("form").formFilters({renderTo: "#filters" });

});

Documentation

Please see JSFiddle example.

Examples

JS Fiddle: http://jsfiddle.net/ryudice/W892V/2/ Just or type in anything select anything on the form fields

Release History

1.0.0