mudge / jquery_clear
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
BSD-LICENSE.txt | ||
| |
GPL-LICENSE.txt | ||
| |
README.markdown | ||
| |
jquery.clear.js | ||
| |
jquery.clear.min.js | ||
| |
test/ |
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.

