ryudice / jQuery-formFilters

jQuery plugin to enable faceting like functionality on a form

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

jQuery plugin to enable faceting like functionality on a form


Languages

Language:JavaScript 73.2%Language:HTML 26.8%