Automatically adds a link to clear specific form fields from your form. Useful in search form scenarios.
Download the production version or the development version.
In your web page:
$(function(){
$("form").formFilters({renderTo: "#filters" });
});
Please see JSFiddle example.
JS Fiddle: http://jsfiddle.net/ryudice/W892V/2/ Just or type in anything select anything on the form fields
1.0.0