/jquery_clear

A simple jQuery plugin to clear all types of form inputs.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

jQuery Clear

This is a very simple jQuery plugin that clears all form fields including checkboxes, radio buttons and select drop-down lists with a single function.

The plugin can be used on specific fields or entire forms:

$(':input').clear();
$('form').clear();

Copyright (c) Paul Mucur (http://mucur.name), 2007-2008.

Dual-licensed under the BSD (BSD-LICENSE.txt) and GPL (GPL-LICENSE.txt) Licenses.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.